Laravel 5 CRUD by using Model, Eloquent, Controller, Patch Method into Xampp DB Step by Step

preview_player
Показать описание
Laravel 5(5.2) curd using Model, controller, for connecting to database while update the database we use patch method.
Just check course for Complete laravel 5(5.2) framework with all errors.
we made it simple
Рекомендации по теме
Комментарии
Автор

Great video for CRUD, excellent work.
Thank you.

shahzad
Автор

Thanks for posting that helpful video. I could not tell if/how the radio button and select dropdown were bound to the form model. Does that automatically detect for updates and set the current status correctly on the pre-populated update form?

FlightPhysical
Автор

Sir. What is the role of curd in curd::create(Request::all()) ? TIA

deopatrickmendoza
Автор

What is that $user=update(Request::all()); in testing controller??
what does the update do i'm getting this error because of this update()
Call to undefined function App\Http\Controllers\update()
could you please solve this

ironblood
Автор

unable to use index route, getting errors
1)Undefined property:
2)Undefined property: (View:
kindly help i need to fix them.

remoteXJunkie