PURPOSE Controllers are used when it’s too complex to just specify a (static) view in the routes list. Controllers typically return a view (in the most common case of a web view, thus a rendered HTML page). USAGE >php artisan make:controller FooController Description: Create a new controller class Usage: make:controller [options] [–] <name> …