This is the official site for the Academic Computing Society at WMU.
Requirements: PHP, composer, vagrant
Run make setup
to run common setup commands. This sets up the homestead VM and the .env config file.
After this, you may want to run vagrant ssh
, and run the following inside the VM:
cd acs.cs.wmich.edu
php artisan migrate --seed
Please write a test for each feature that you add. Tests are found in /tests
and documentation is available here.
Run tests inside of the Homestead VM with make test
or vendor/bin/phpunit
.