Skip to content

vishal2931/show_booker

Repository files navigation

Show Booker

Show Booker is a simple movie ticket booking system made with Laravel, Livewire, and Filament. This is my hobby project to learn Livewire, Tailwind CSS, and Filament.

Installation

Follow these steps to get Show Booker up and running on your local machine:

  1. Clone this repository:

    git clone https://github.com/vishal2931/show_booker.git
  2. Install Composer dependencies:

    composer install
  3. Setup your .env file:

    php artisan migrate
    
    php artisan db:seed
    
    php artisan key:generate
  4. Create Filament admin user:

    php artisan make:filament-user
  5. Install npm dependencies and build assets:

    npm install && npm run dev

About

A Simple Movie Theatre Show Booker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages