Version 1.1
Running on Laravel 5.4.x-dev (fixes compability bug with php7.3)
-
PHP 7.3
-
SSH enabled on server
-
Composer
-
SimpleSAML set and configured
-
Supports databases
- MySQL (Tested on MySQL 5.5)
- Postgres
- SQLite
- SQL Server
Run composer install
command in the root folder of the project.
.env.example
and change name to .env
Install and configure SimpleSAML
Get reCAPTCHAkeys
GetSentryerror tracking settings
Run php artisan migrate
to create database tables
Run php artisan db:seed
to populate pages content
Don't forget about Options -Indexes
to avoid access for files listing
Register a new user.
Run php artisan migrate:refresh --seed
to re-create the entire database