...

/

Routing

Routing

Refresher on the basic concept of routing in Laravel.

Introduction

In a Laravel application, the routes files (web.php and api.php) located in the routes directory will contain all application routes.

Application routes defined in the web.php file are routes accessible through the web. The web routes are assigned to the web middleware group, providing session state and ...

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy