This project is zipped with all its dependencies and packages, so you should just run these commands
php artisan migrate --seed
This seeding is necessary to get basic projects and tasks.php artisan serve
You need to have mysql running, given that this project is using mysql db.
php: 8.2
laravel: 11.9
npm: 18.17.0
If you have any problems you may follow these steps:
composer install
npm install
php artisan migrate --seed
php artisan serve