Laravel Tutorial for Beginners - Insert Data into Mysql Table

preview_player
Показать описание
How to Insert Data into Mysql Database in Laravel. Laravel Insert Data into Mysql Database Table. Insert Data into Myql Database Table using Laravel. How to Insert values into database using Laravel. Insert Form data into database using Laravel.

Рекомендации по теме
Комментарии
Автор

Not a open 127.0.0.1:8000/student/create ?

ShivaniPatel-nskj
Автор

such a terrible way to do validation on serverside.

That's the problem about these tutorials.
A lot of people begin to learn in the wrong way, then later they get lost and they have no idea what they are doing.

It was uploaded in 2018, but anyway... I was looking for something and I came across this tutorial and I realised that everything that I learned is different from here,

First you validate forms in the front-end, then you get your parameters and send request to server side, then server
side provides response.
Imagine if your client has to fill out the whole form and press submit to check if there is an error or not?
If must be validated while they are typing something in the form with JavaScript/Ajax requests.

ANYWAY, a lot of ways to do it, people will always be learning the wrong way with these tutorials, but it is better than nothing.

renatosilva
Автор

Why do you use Route::resource('student', 'StudentController');
Can I change ('student', 'StudentController') to ('Showmore', 'StudentController')?

mornitv
Автор

what if i already created tables in my database ? do i still need to migrate ?

felc_
Автор

hi

it is giving me this error
Cannot end a section without first starting one. (View:

majormfr
Автор

I created the database table successfully. But my views folder does not have the master.blade.php file. How do I solve this problem?

shitalchaudhari
Автор

Target class [StudentController] does not exist. help me out

loveamjust
Автор

i follow all the step but not Create the automatically "master.blade.php" file .How to create the "master.blade .php" file

vipinpatel
Автор

127.0.0.1:8000/student/create
Sir it shows blank not found.. Y?

CanadaSafari
Автор

there many errors while doing this and they are not sorting
very bad video

Kurapati-itwl
Автор

My migrate file not created automatically, so sir tell what i do ?

ganeshmoorthy
Автор

My master.blade.php file is not created automatically, so sir tell me what I do

farhanmehsood
Автор

YOU STREAM ON TWITCH BRO? YOU STREAM LARAVEL ON TWITCH???

iamthejustin
Автор

Sir your tutorial is very nice but some prob is come in my file tell me about how to create a "master.blade.php" file

farhanmehsood
Автор

My folder not seen resource >viwe> STUDENT FOLDER

dinukajayasooriya
Автор

hi, what does it mean by "errorException, use of undefined constant staff"?? please help me anyone :(

stanningeveryone
Автор

amazing. would prefer you listen to a human voice while watching the tutorial. but if you dont want to do it .its okay you are still very helpful .

TheMashmeister
Автор

Para los que tengan error, aquí dejo el código de esta clase, me funciono bien, saludos...

dangelgeek
Автор

Starting my journey in Laravel Framework. This tutorial is easy to understand. Thank you!

ivanramos
Автор

i do follow steps, but the query statement is auto generated with unknown table name. how can i set my table name?

triletran