Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.19 KB

File metadata and controls

18 lines (16 loc) · 1.19 KB

Laravel Logo

🔍

Build Status Total Downloads Latest Stable Version License

Setup

  1. Clone repo using git clone git@github.com:vibedevspot/sample-laravel <your-project-name>
  2. Switch between fresh install laravel with git checkout @feat/default or with main (book adding feature) git checkout main
  3. Install composer packages composer install
  4. Run php artisan migrate:fresh
  5. Run php artisan serve