Laravel 5.5 + Vuejs + Bulma | Phonebook App | Save Data to Database #7

preview_player
Показать описание
Laravel 5.5 + Vuejs Phonebook App - Save Data from Vuejs to Database via Laravel

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

--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"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

at 14:25 What is ES6 type of command? Can you please tell different types in a video.

AbhimanyuNaikareWebDeveloper
Автор

Thank you, dude! I was stuck and you helped me. I don't know what I was doing wrong, but I was following along the video and manage to solve this. I'm now debugging.

danielgamboar
Автор

I'm getting this error in the console:
Uncaught TypeError: Cannot use 'in' operator to search for 'name' in
at Proxy.set (app.js:2098)
at input (app.js:43616)
at invoker (app.js:3062)
at (app.js:2860)

The same goes for email and number. Pls help i have to refresh the page every time i need to add a new contact... Thanks

skyress
Автор

Hi, I want some fields in the modal to be accepted as empty ...since it is binded with v-model it is giving error do i solve

renen
Автор

can you please add authenticates withi this tutorial series. if i want to show the phonebook info to the user only and admin can update and delete only

rockysiddiq
Автор

I am getting 'Error: Request failed with status code 404' when clicking on save button to save data to database. resource route not getting. I am using bootstrap modal instead of bulma. What's the reason, would you please tell me?

movielovers
Автор

Please what template for sublime are you using ??? I see it contains even Vue Icons for it files. That's super cool.

youssef.freelife
Автор

Hii,
What is the difference between bootstrap and bulma. And why we should use bulma.
Please make a clear.

sandeeppandey
Автор

Hello! There is a small question, but how can you write this code with several fields of phone numbers? Thank you.

SiriusBlackNuar
Автор

Hello!! I am doing the same thing but always give :
Error: Request failed with status code 500
Can you please help me out i am using laravel 5.5 and vue 2.0

viveksharma-fodh
Автор

At the end of the video, when writing in response: this.close() It always gives me an error 500. How to fix this?

maxeminem
Автор

Why do not you validate the data before sending to the database?

luckyluke
Автор

Hi, Cant we use AngularJs with laravel instead of VueJs.

rahulpamnani
Автор

Hi, I have a question refering to routes:

I have this code in my controller
public function index() {
$data = array('nombre' => 'Marco Murillo', 'fecha' => date('l d-m-Y'));
$listas = array('uno' => 'Ir de compras', 'dos' => 'Hacer pagos',
'tres' => 'Recoger a Jacobo', 'cuatro' => 'Preparar cena', 'cinco' => 'Visitar la sede');

return view('Home.hello')->with('data', $data)->with('listas', $listas);
}
in my hello view, inside my @section('content') I have this code:

<p>Hola: {{ $nombre }}, la fecha de hoy es: {{ $fecha }}</p>

<h2>Lista de tareas</h2>

@if (count($listas > 1))
<ul style="list-style-type: none">
@foreach ($listas as $key => $value)
<li>{{ $value }}</li>
@endforeach
</ul>
@elseif (count($listas == 1))
<p>Usted tiene una tarea: {{ $value }}.</p>
@else
<p>Usted no tiene tareas en su lista.</p>
@endif

I got an error saying that the variable nombre in hello.blade.php is not defined.

I have my route defined like this:

Should I define those parameters here in my route definition, or, How do I manage this situation?

Thanks again.

mamurillo
Автор

more indian additions than tutorial, annoying !!!

goqorgrigoryan