Group 6 Project Simulation for CS491
Team members:
Witold Cyrek
Nicholas Nalywayko
Alexander Arias
Jignesh Modi
Negdo Mesa
To install after you download please copy-pasta the vendor folder into the site folder. The vendor folder is the same for all laravel projects. To generate a project locally in order to get the vendor folder do: composer create-project laravel/laravel --prefer-dist and then copy the vendor folder from there to GROUP6 directory
In case of errors with vendor folder use "composer update --dry-run" from the project root
If you have to update the composer because a message tells you you are using an old build run "composer self-update"