Project Controller
In this video we will be setting up the project controller inside php/Http/Controllers/ProjectController . You can run php artisan make:controller ProjectController.
We will also be creating a request using `php artisan make:request Projects/StoreProjectRequest`