This is a typical Laravel 5.1 app. I recommend you create a Virtual Host for it.
Create a .env
file. Use the example .env.example
file to create it. Add your configurations here. You must configure a database connection before proceeding.
php artisan migrate
php artisan db:seed
php artisan user:create
Go to: /auth/login
to login.
App\Models
namespace.IndexController
should be inside index
directory under the main directory. public/static
.