Laravel 5.5 + Vuejs + Bulma | Phonebook App | Update Details #11

preview_player
Показать описание
Laravel 5.5 + Vuejs Phonebook App - Update details of every item

=====================================================

--You May Also Like --

==================FOLLOW ME ==================

Subscribe for New Releases!

(ask me questions!)

--- QUESTIONS? ---

Leave a comment below and I or someone else can help you.
For quick questions you may also want to ask me on Twitter, I respond almost immediately.

Thanks for all your support!

LARAVEL 5.4 Tutorial | Cara Instal LARAVEL 5,4 dari awal Part 1 | Bitfumes

Laravel 5.4 Tutorial | Come installare laravel 5,4 da zero Parte 1 | Bitfumes

-~-~~-~~~-~~-~-
Please watch: "Laravel 5.4 Tutorial | Email From Server (Godaddy) #3 | Part 26 | Bitfumes"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Now for edit & Update -> You only require to match the database table name to input field names in the form. Rest the update is automatically taken care of once you create a route.

AbhimanyuNaikareWebDeveloper
Автор

How was model (Phonebook) is imported in resource controller along with Request?

shaneshrestha
Автор

The list property, defined in the data() in Show and Update component does not get passed in my Home component. I did import all necessary components and registered them, but it still is not getting passed. Any suggestions?

maxeminem
Автор

When I click for update then I am not getting data in network tab. I am just getting this error...


" {message: "", exception: "Symfony\Component\HttpKernel\Exception\NotFoundHttpException", …}

exception :

file :
line :179 "

How can I solve this error? How can I get data in network tab. Please help me bro. I want complete this course.Please help me.

tasnifabdullah
Автор

Hello sir and thanks for your tutorial and i faced an issue while i'm trying to use PhonebookRequest then i got that message "Validation rule unique requires at least 1 parameters.", But when i use simple Request everything is work fine.

rosdaravattanak
Автор

When I click on edit button and then trying to modify name or phone but when I click close button without save it is changing from list and also from edit/details . How i prevent this.?

reazulislamMurad
Автор

I have watched this lesson already few times and checked your GitHub repository. My code looks the same like yours but I'm getting this error:
app.js:1650 [Vue warn]: Error in render: "TypeError: Cannot read property 'name' of undefined"

found in

---> <Add> at
<Home> at
<Root>

And the same thing for "Update"
app.js:1650 [Vue warn]: Error in render: "TypeError: Cannot read property 'name' of undefined"

found in

---> <Update> at
<Home> at
<Root>

Do you have any idea what I have done wrong?

RuslanN-Uzbeonok
Автор

I just notice that Add, Update and Show vue have same html file. It's violating the DRY rules. Are you planning to update this?

jayarviluan
Автор

everything was just fine, but unique email validation for the update was very confusing to me

returnZeroo