Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 422 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 422 Bytes

TODO example for the Laravel PHP Framework

Installing

Once you've cloned the repository:

  • Run composer install
  • Make sure that the storage/ directory is writable by the webserver
  • Copy .env.example to .env and fill in your database configuration
  • Run php artisan migrate and php artisan db:seed to populate the database

Official Laravel Documentation

Laravel website.