Installation notes
-
Clone this repository
-
Install composer
-
go to app/config/
-
cp app.sample.app app.php
-
Edit app.php according to your options
-
cp database.sample.php database.php
-
Edit database.php according to your options
-
composer install
-
php artisan migrate
-
php artisan db:seed
-
Have fun
The default login details Username: admin Password: admin