CS 499 Project
Assuming you have composer already installed, there are a few things you'll have to do to be able to run the website with php artisan.
composer installphp artisan key:generatephp artisan serve
If the server starts and the webpage appears correctly at the address (probably localhost:8000), then you're good to go.
Files Edited
spydr -> app -> Http -> Controllers -> Auth (all files)spydr -> database -> migrations (all files)spydr -> public -> css -> style.cssspydr -> public -> js -> spydr.jsspydr -> resources -> views (all files and directories)spydr -> .envexample.json