Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 331 Bytes

Laravel demo

Front End

  • jQuery 3
  • Bootstrap 3

Back End

  • Laravel 5.2

Deploy

  1. Copy .env.example to .env, open the file and edit the settings.
  2. Execute composer install. (You have to install Composer first.)
  3. Import laravel_demo.sql to your database.
  4. Deploy the public directory on your server.