Laravel Routes and Controllers - Laravel 8 PHP Framework Tutorial Part 4

Опубликовано: 23 Март 2026
на канале: Carlos Mafla
318
3

In this video, we will take a look at the Laravel routes and controllers, after watching this video you should be able to create basic routes and learn how Laravel maps urls to controllers.

0:00 - Basic routes in the routes/web.php
2:44 - Return html from route
3:25 - Create a template for a route
5:20 - Passing parameters to the URL
6:14 - Create a Controller to handle logic
7:36 - Create alias for binary sail
8:52 - Generate Controller with sail artisan
10:20 - How to use the old string syntax for routes in Laravel 8
12:05 - Laravel naming conventions

New syntax migration notes
https://laravel.com/docs/8.x/upgrade#...

Laravel Naming Conventions
https://github.com/alexeymezenin/lara...

My dotfiles
https://github.com/gigo6000/dotfiles

Instagram ➜   / gigo6000  
Twitter ➜   / gigo6000  
Github ➜ https://www.github.com/gigo6000/