- git clone
- edit \laravel\database\seeds\UsersTableSeeder.php
change administrator email and administrator password - composer install (creates vendor folder)
- php artisan migrate
- php artisan db:seed
ps aux - shows that www-data is the user running web service
docker exec -it feeedphp chown -R www-data storage
docker exec -it feeedphp chown -R www-data bootstrap/cache
docker exec -it feeedphp chmod -R 775 storage
docker exec -it feeedphp chmod -R 775 bootstrap/cache
Not only can the Administrator enter Advisors, but anyone can enter their own information.
Entries by the Administrators are available for users to claim in the /advisors page.
Due to the complexity of the Fee calculations I decided to hardcode the formulas in the AdvisorController.