1.

What are the default route files in Laravel?

Answer»

Below are the four default route FILES in the routes folder in Laravel:

  • web.php - For REGISTERING web routes.
  • api.php - For registering API routes.
  • console.php - For registering closure-based console commands.
  • channel.php - For registering all your EVENT broadcasting CHANNELS that your application SUPPORTS.


Discussion

No Comment Found