Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 327 Bytes

Posts

  • I have .env in git ignore, So I created .env.example; Run cp .env.example .env file to copy example file to .env;
  • Run php artisan migrate --seed command to populate the database with user info
  • Run php artisan storage:link to make pictures available in public dir
  • Username: [email protected]; Password: password