- PHP ^8.2
- MySQL 8.0.33
- PHP Extensions based on the Laravel Deployment page
Install PHP dependencies:
composer installSetup configuration:
cp .env.example .envGenerate the application key:
php artisan key:generateRun the migration and seed the database:
php artisan migrate --seedCreate a symlink to the storage:
php artisan storage:link