Retrieving the Request URI
The “path” method is used to retrieve the requested URI. The “is” method is used to retrieve the requested URI which matches...
Top News
Recent Post Recent Post
View More Basic Controllers
In MVC framework, the letter ‘C’ stands for Controller. It acts as a directing traffic between Views and Models.
Creating a Controller
Open...
Define Middleware
As the name suggest, Middleware acts as a middle man between request and response. It is a type of filtering mechanism. For example,...
Basic Routing
Basic routing is meant to route your request to an appropriate controller. The routes of the application can be defined in app/Http/routes.php...
The config directory, as the name implies, contains all of your application's configuration files. In this directory, you will find various files needed...
Root Directory
The root directory of Laravel contains various folders and files as shown in the following figure.
app − This directory contains the...
For managing dependencies, Laravel uses composer. Make sure you have a Composer installed on your system before you install Laravel.
Step 1 − Visit the...
Subscribe to:
Posts (Atom)