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.
Follow these steps to get Show Booker up and running on your local machine:
-
Clone this repository:
git clone https://github.com/vishal2931/show_booker.git
-
Install Composer dependencies:
composer install
-
Setup your .env file:
php artisan migrate php artisan db:seed php artisan key:generate
-
Create Filament admin user:
php artisan make:filament-user
-
Install npm dependencies and build assets:
npm install && npm run dev