Laravel Controller | Resource Controller | Laravel 8 | Laravel tutorial | Learning Points

preview_player
Показать описание
Laravel Controller | Resource Controller | Laravel 8 | Laravel tutorial | Learning Points

This tutorial discussed on :
How to create controller?
How to connect controller with route?
How to send parameter to controller through route?
How to send required and optional parameter to laravel controller?
How to check all registered route in project?
How to create resource controller?
How to call resource controller from route?
How to call multiple resource controller using resource array from route?

Laravel, Laravel 8, Laravel Tutorial,
This is the 4th tutorial of laravel 8. In previous video you will get -
Laravel Installation, laravel Files and folder structure, Laravel Routing

In our upcoming video I will cover about Laravel Views, Laravel component, Laravel blade features, Laravel Database connection, Laravel model, Laravel Migration, Laravel Joining clause, Left join, right join, inner join, cross join, advance join, subquery join, Conditional Clause, Laravel seeding, Laravel Faker, Laravel Pagination,Laravel eloquent relation, Laravel one to one relation, laravel one to many relation, laravel many to many relation, laravel crud application, laravel form validation and more topic on laravel 8.

Please comment your feedback and support me by subscribing to this channel.

#laravel #tutorial #laravel8 #controller
Рекомендации по теме
Комментарии
Автор

thank u sir, your session is very helpful

syedsahar
Автор

thanks man...i was stuck on the concept of registering the resources...this was very helpful

nicksonkiprotich
Автор

Sir how to upload directory to public folder in laravel 8?

aksques
Автор

Thank you very much

I don't know why, at the 11:13 (time),
when 2 controller into 1 Route::resource, it get error : ArgumentCountError

ivanchu
Автор

how to add prefix for route of the resource??

Riswanch
Автор

it shows that target class is not found....any solution ??

Riswanch