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