A Laravel application designed to maintain a database of movies.
.env.example
into .env
.env
.composer install
.php artisan key:generate
.database.sqlite
in the database directory or define a connection to your database.php artisan migrate
.php artisan db:seed
.php artisan db:seed --class=WorldSeeder
npm install
followed by npm run build
.CACHE_ENABLED
is set to true and CACHE_DRIVER
is set to redis.