- Git clone with my url.
- Go to the directory and Install composer.
- run “composer install” command
- setup your .env file and put the proper database name.
- run the following command for migration “php artisan migrate --seed”
- run “php artisan serve” and you will get the url to run that app.