All controllers are located in the
app/Http/Controllers
folder with plural form like
UsersController.php
in Laravel older versions but with singular form like
UserController.php
in new versions of Laravel
by Valeri Tandilashvili
4 years ago
Laravel
Laravel From Scratch
0
Pro tip: use ```triple backticks around text``` to write in code fences