Php : ^8.2
Laravel : ^11.9
git clone https://github.com/HansYoucef/digitup-company-api-evaluation.git
cd digitup-company-api-evaluation
composer install --optimize-autoloader
php artisan migrate
php artisan db:seed
Start the development server
php artisan serve
php artisan test
or
./vendor/bin/pest