Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 296 Bytes

Readme.md

File metadata and controls

9 lines (9 loc) · 296 Bytes

mentorship laravel

Create a database

Create a .env file with content same as .env.example with your database name and username and password

Run following comands first:

  1. composer install
  2. composer dump-autoload
  3. php artisan key:generate
  4. php artisan migrate
  5. php artisan serve