Тёмный

Laravel 8 tutorial - API with Resource 

Code Step By Step
Подписаться 299 тыс.
Просмотров 31 тыс.
50% 1

In this laravel 8 API tutorial, we learn how to make resources and use API in resource with a simple way. This video is made by anil Sidhu in the English language.
Laravel restfull api tutorial
API Validation steps of video
Make Route
Add Validation
Save and Return Result
Interview Question for api validation

Опубликовано:

 

30 сен 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@epatrickification
@epatrickification 3 года назад
You Sir are a gifted teacher. Keep up the good work
@keerthanmjr7989
@keerthanmjr7989 3 года назад
yes. you can also create migration in single command using php artisan make:model ModelName -mcr ( m-migration, c-controller,r-resource)
@teamniazigaming
@teamniazigaming Год назад
Yes
@ganeshadhikari9794
@ganeshadhikari9794 Год назад
@@teamniazigaming can also create factory, just replace -mcr with -mcfr
@phpisdead
@phpisdead 2 года назад
best laravel expl , keep going
@markprouty5029
@markprouty5029 2 года назад
Thank you. You helped me resolve a problem.
@saikumarkandikonda431
@saikumarkandikonda431 3 года назад
php artisan make:model resourmodel --resource when I used this command it created a controller and model resource
@codestepbystep
@codestepbystep 3 года назад
Right
@tellavenky5079
@tellavenky5079 3 года назад
this is for only model create
@ladvamitesh7191
@ladvamitesh7191 3 года назад
`php artisan make:model -r ` It'll create User.php(User Model class) and Usercontroller.php(User's resource controller) !
@SubhabrataKundu
@SubhabrataKundu 3 года назад
php artisan make:model Device -mcr
@Benozo17
@Benozo17 3 года назад
php artisan make:controller MyController --resources --model=MyModel
@ABHISHEKKUMAR-ne3rk
@ABHISHEKKUMAR-ne3rk 3 года назад
Pls make video on multi tancy in laravel
@nitishpathak6375
@nitishpathak6375 3 года назад
yes we can create all like model, controller, resource, with migration php artisan make:model ModelName -mcr
@yoengvisal9984
@yoengvisal9984 3 года назад
Good
@Entertainment-fv9my
@Entertainment-fv9my 2 года назад
sir I request please one vedio create jo question apnai ab tak vedio mai pucha hai laravel api related laravel tutorial mai please create one vedio and answer all question all doubt clear thank you sir
@angelocolacicco997
@angelocolacicco997 Год назад
Unfortunately for me, this is the first video in the series i didn't understand. how can i use method put, delete, post with resource. how can i pass variables and, mostly, the request method ?
@teamniazigaming
@teamniazigaming Год назад
You can bookmark the playlist to see from start
@muhammadidrees9156
@muhammadidrees9156 2 года назад
if i need two function for get data from database one fetch all data and one need paramter based specific data so is it possible here? (i think: for getting all data is simple as you have done in video, and in parameter get we will pass parameter in router link)?
@akashnarkhede1365
@akashnarkhede1365 2 месяца назад
Make the optional parameter in one function using this you don't need to use or create another function
@Respect-ee2ur
@Respect-ee2ur 3 года назад
php artisan make:controller CustomersController --model=Companysss A App\Models\Companysss model does not exist. Do you want to generate it? (yes/no) [yes]: > y Model created successfully. Controller created successfully.
@shohagkhan3677
@shohagkhan3677 3 года назад
Which function will be used for search api in resource controller?
@RN-ru2rj
@RN-ru2rj 3 года назад
will need to write additional function for that.
@urvisharma2614
@urvisharma2614 3 года назад
Anil please provide the access to your code as well. You write a wonderful code.
@nbavideos4487
@nbavideos4487 3 года назад
use mcr
@jjplays404
@jjplays404 2 года назад
what mcr will do?
@SubhabrataKundu
@SubhabrataKundu 3 года назад
How to remove "api" Prefix from domain URL? custom prefix
@user-vt6ix2pi2d
@user-vt6ix2pi2d 3 года назад
RouteServiceProvider
@JigneshPanchal-SEO
@JigneshPanchal-SEO 3 года назад
Yes sir, we can create controller, model and the resource at single time "php artisan make:controller Member -mcr" let me know sir, is I am right or wrong?
@jjplays404
@jjplays404 2 года назад
My interview question to you: can we assign name route property to resource controller? 😂😂
@rehman90
@rehman90 Год назад
yes, but you don't need to do define named routes, Laravel does it automatically. route(.)
@melaniefisher2653
@melaniefisher2653 2 года назад
Hello bro,can you open your telegram? I want to buy these tools.
Далее
Laravel 8 tutorial -  API authentication with Sanctum
15:51
Laravel 8 tutorial in Hindi -  API with Resource
7:50
Laravel 8 tutorial -  Upload file with API
7:03
Просмотров 39 тыс.
Laravel 8 tutorial - Http Client
11:32
Просмотров 52 тыс.
Laravel 8 tutorial - Save Data in Database
12:22
Просмотров 95 тыс.
Laravel 8 tutorial -  API Validation
10:48
Просмотров 35 тыс.
Laravel 8 tutorial # Blade Template
13:04
Просмотров 58 тыс.