filmov
tv
Routing In Laravel 8 - Be aware of this major change || Just Laravel
Показать описание
Routing In Laravel 8 - A major change you need to know.
With the latest release of Laravel, routing has been changed. We no longer can write routes the old Laravel way, since its latest release that is Laravel 8.
The old way:
Routing in new Laravel 8 way:
use App\Http\Controllers\MainController;
Route::get('get-data', [MainController::class, 'getData']);
In Laravel 8 routing, there are 2 changes,
i) The syntax in the second param of the Route function, we should pass an array with the Controller name and its method and
ii) To import every controller used at the top of the file.
So make sure you are aware of this change.
#laravel8 #routing #php
~~~~~~~~~~~~~~~~~~~~~~
Course Suggestion:
~~~~~~~~~~~~~~~~~~~~~~
Timeline:
0:00 - 0:03 : Channel Intro
0:03 - 0:06 : Video Title
0:07 - 0:48 : Video Intro(Talking Head)
0:49 - 4:43 : Routing In Laravel 8
4:44 - 4:57 : Video Outro
4:58 - 5:00 : Thank you
5:01 - 5:21 : Channel Outro
Channel related links :
With the latest release of Laravel, routing has been changed. We no longer can write routes the old Laravel way, since its latest release that is Laravel 8.
The old way:
Routing in new Laravel 8 way:
use App\Http\Controllers\MainController;
Route::get('get-data', [MainController::class, 'getData']);
In Laravel 8 routing, there are 2 changes,
i) The syntax in the second param of the Route function, we should pass an array with the Controller name and its method and
ii) To import every controller used at the top of the file.
So make sure you are aware of this change.
#laravel8 #routing #php
~~~~~~~~~~~~~~~~~~~~~~
Course Suggestion:
~~~~~~~~~~~~~~~~~~~~~~
Timeline:
0:00 - 0:03 : Channel Intro
0:03 - 0:06 : Video Title
0:07 - 0:48 : Video Intro(Talking Head)
0:49 - 4:43 : Routing In Laravel 8
4:44 - 4:57 : Video Outro
4:58 - 5:00 : Thank you
5:01 - 5:21 : Channel Outro
Channel related links :
Laravel 8 Routing: Important Change You Need to Know
Laravel Routing basics | Laravel 10 tutorial #4
Laravel 8 Tutorial - Routing
Laravel 8 tutorial # Routing with example
Laravel: 8 Tips for Advanced Routing
Laravel Routing | Laravel 8 | Laravel tutorial | Learning Points
Routing In Laravel 8 - Be aware of this major change || Just Laravel
Laravel 8 Crash Course Part 2: Basic Routing, Controller and View in Laravel 8 | Explanied with Demo
Laravel 8 - Routing Yapısında Değişiklik
Named Routes In Laravel | Learn Laravel From Scratch | Laravel For Beginners | Learn Laravel
Laravel 8 in Tamil - 6 - What is Routing?
Learn Laravel 8 Beginners Tutorial #5 - Routing in Laravel 8 #1
How to add Custom Route Files in Laravel 8
#06 Laravel 8 PHP Framework Basics | Links & Redirects | Quick programming tutorial
Laravel 11 tutorial #8 Routing in Laravel
Routing in Laravel: A Comprehensive Guide for Beginners
Laravel 8 tutorial in Hindi # Routing with example
Route Parameters In Laravel | Learn Laravel From Scratch | Laravel For Beginners
Laravel: Why You Need Route Names?
Laravel 8 Tutorial - Livewire Route
Routing Through Buttons and Anchor Tags | Explained in Hindi | Laravel 8 Tutorial #15
Pass optional Parameter through Route | Validate Input using Route | Laravel 8 | Learning Points
#20 Laravel 8 PHP Framework Basics | Route Middleware | Quick programming tutorial
Laravel 8 in Tamil - 11 - Route parameters and Named routes
Комментарии