php - How can a laravel project work without routes and controllers?
one text
Solution:
you have to go to the packages folder to see the details predefined routes, controllers, view files.
Take a look.
bagisto/packages/Webkul/Admin/src/Http/routes.php
bagisto/packages/Webkul/Admin/src/Http/Controllers/DashboardController.phpe
bagisto/packages/Webkul/Admin/src/Resources/views/account/edit.blade.php
Source