Skip to content

Latest commit

 

History

History
executable file
·
6 lines (6 loc) · 318 Bytes

readme.md

File metadata and controls

executable file
·
6 lines (6 loc) · 318 Bytes
  1. Git clone with my url.
  2. Go to the directory and Install composer.
  3. run “composer install” command
  4. setup your .env file and put the proper database name.
  5. run the following command for migration “php artisan migrate --seed”
  6. run “php artisan serve” and you will get the url to run that app.