-
Install PHP >= 7.0.0
-
Install Composer
For windows dowload Download and run Composer-Setup.exe
For Mac OS you can use the command line in this Link
-
Install Laravel
composer global require laravel/installer
- if you must to migrate and seed you can use below command
php artisan migrate --seed
- Start server or Start project
php artisan serve
Don't forget change .env
Enjoy !! ✌