Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 391 Bytes

#tables

  • user
  • post
  • comment
  • followables
  • like
  • favorite
  • media

#way to run

  • composer install or composer update
  • npm install
  • php artisan storage:link
  • Php artisan migrate
  • Php artisan key:generate
  • Php artisan serv and npm run dev