Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 427 Bytes

File metadata and controls

13 lines (11 loc) · 427 Bytes

PROGRESS ACADEMY BASECODE

Step to use this:

  1. composer install (install package for laravel)
  2. copy .env.exapmle into .env (environment file configuration)
  3. php artisan key:generate (generate app key)
  4. php artisan migrate --seed (migrate and seeding database)
  5. php artisan storage:link (linking storage for image)
  6. php artisan serve (start your laravel server)

Account: