You need to have PHP version 8.1 or above. Node.js version 16.0 or above, and also Install Laravel version 10.0
- Clone the project / Downloading Project
- Go to the project root directory
- Open terminal and then Run
composer install
andnpm install && npm run dev
- Run php artisan key:generate
- Run php artisan make:migration
- Run php artisan db:seed
- Copy
.env.example
into.env
file and don't forget adjust parameters - Run
php artisan serve
to start the project - Congratulation!!
The Laravel framework is open-sourced software licensed under the MIT license.