Laravel 6 Beginner - e18 - Final Project Part 2 (Questionnaire/Survey App)

preview_player
Показать описание
For a final project on this course, let's build an App for creating questionnaires (surveys). In part 2, we are answering one of the most frequent questions that I get, how to save from 1 form to multiple tables at once.

DigitalOcean Referral

About This Course

If you have been looking to learn Laravel, there hasn't been a better time. The framework reached an important point in its life, with the release of Laravel 6. There has never been more demand for Laravel developers than now. In this series, we are going to get you started in your path to becoming a Laravel Artisan. Let's get right to it!
Рекомендации по теме
Комментарии
Автор

Not because im not following this series it means that i dont want your content.. It means that because of your previous tutorial. I can now do some application alone :) Thank you so much Sir :)

daviddeleon
Автор

This is quite wonderful . This perhaps could be considered as one of the options to implement a double entry accounting system with nested account codes.

HanLynnKyaw
Автор

Great video ever, it has lot of content....

shekhsaifuddin
Автор

Thanks a lot, your best practices are top tier

alvinkariuki
Автор

Thank you so much. I'm a big fan of yours 😉😁

poldohub
Автор

Brilliant Tutorial.
I do have 2 questions:
Why not used short named routes instead?
For the question input in the form, why making it an array, why not simply name it to question instead of question[question]?

noorahmed
Автор

I don't know the exact your language but, everything is beautiful.

zeydduran
Автор

Can you do a video with laravel and ajax combined??

maamun
Автор

interesting but i see that i have to slow down my pace as its beginning to be deep a bit by bit. Good work Coder'sTape....capital 'C' for controller kkkk

prospermaseko
Автор

this series is very interesting, like the explanation, now
Why not make an invoice project?

javiercedeno
Автор

Are you planning to do more advanced laravel tutorials in the future? :)

CarryShout
Автор

Is there a way to add choices as we need not only 4 choices🙄🤔

Blendermasterhacks
Автор

I do have a question. How can we perform an update in this questions table along with answers?

jahanzebjozy
Автор

please make a video about vue + laravel from scratch

mostafamosavi
Автор

Soo.. input name in blades is a value passed from migration tables or even whole schemas (i am about schema named "answers")? Am i right?

Adbal
Автор

i have some trouble with required answer field when i submit form even though i put value all field its always required?

mylastreply
Автор

Really awesome tutorial. But I have a question that what if I want to update in has many relationship. I couldn't find any method for update. Can you help please. Thanks.

shahadat
Автор

Sorry if this has been answered before. I'm following along the course but here I stuck with one question which is Why we need to make an array of question as we know there are can only be one question. I understand the need of array for answers as there can be four possible answers. Why do we need an array for question?

itsumarejaz
Автор

what I miss?? I am getting Integrity constraint violation: 1048 Column 'questionnaire_id' cannot be null error

pramod
Автор

This one really bugs me. @06:49 you are using the following in the url {{ $questionnaire->id }} - and this gives me an error under Laravel v8.40.0 (PHP v7.3.5). Now when I switch and use only one curly brace, the error goes away and the site is just working fine. I mean like this: { $questionnaire->id }. What did I miss...?

its.james.miller