Application to manage movies and users
Laravel is accessible, powerful, and provides tools required for large, robust applications.
- Laravel Framework version
9.19
. - PHP version
8.1.4
. - Node version
18.12.1
. - NPM version
8.19.3
.
- Installing the php dependencies
composer install
- Installing the node js dependencies
npm install
- Build the script js/css
npm run dev
-
Copy the
.env.example
file and save it as.env
-
Set the
APP_KEY
value in your .env file
php artisan key:generate
- Run the migrations
php artisan migrate
- Default user:
johndoe@cb.com
- Password:
12345678