- Clone or download the repository
- move into the project directory
- Install laravel dependencies using
composer install - Install npm dependencies using
npm install - Fill all the database information in the ".env" file
- Generate app encryption key using
php artisan key:generate - Generate the database tables using
php artisan migrate - Important:
Generate User usingdb:seed
email: "admin@mail.com", password: "Test1234" - Run
php artisan serveto open the project
- Run
php artisan db:seedto load user details and cinema branches