Requirements Composer and PHP 7.1
Install instructions
- Unzip adds.zip file;
- Open terminal or windows command line;
- Go to unziped archive folder path using terminal.
- Run "composer install" command (no quotes).
- Create database with name "adds" create database user with name "homestead" and password "secret"
- Run "php artisan migrate --seed" command (no quotes).
Default created users: admin@admin password: secret user@user password secret
You can create your own users with "New User Registration" button.