A Laravel application designed to maintain a database of movies.
- Copy
.env.exampleinto.env - Edit the superadmin name, email and password in
.env. - Run
composer install. - Run
php artisan key:generate. - Create a file named
database.sqlitein the database directory or define a connection to your database. - Run
php artisan migrate. - Run
php artisan db:seed. - Run
php artisan db:seed --class=WorldSeeder - Run
npm installfollowed bynpm run build.
- php 8.2 or greater.
- redis cache store (optional).
- Laravel 11.
- Livewire 3 and alpine.js.
- Tailwind css.
- Role and user permissions.
- Caching with Redis when env
CACHE_ENABLEDis set to true andCACHE_DRIVERis set to redis. - Static analysis with phpstan.
