How to create Laravel 6 Crud Part 2 (Data Insertion) Using Bootstrap Modal with Source Code

preview_player
Показать описание
👉 Consider Supporting the Channel 👇 :

In this video, you will learn the simplest way of laravel 6 crud how to insert data into a database by using bootstrap modal from scratch and step by step process, and you will be able to know all the resource functions and how they will work, if you are fresh laravel learner i recommend you to watch this tutorial series from the beginning to the end and you will gain what you want from laravel,

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
----------------------------------------------------

-----------------------------------------------------------------------------
-----------------------------------------------------------------------------------
How to Create School Management System in Visual Studio Part 1
----------------------------------------------------------------------
--------------------------------------------------------

Thank you for Looking at this Video Tutorial. If there are any Questions About my video please comment in the comment section I will answer your questions soon as possible do not ever Wait to Speak to Us.
Connect with Me -------------

#singhatehalagie #laravel5.8crud #laravelapplication #phpframework #laravelframework #laravelforbeginners #moreaboutlaravel #newfeatures
Рекомендации по теме
Комментарии
Автор

For those who cant add a student to the database, he forgot to show the code he entered after he tested out the submit button "<form action" (line 76 at 13:05). That line of code should look like this (including the @csrf):




<form method ="post">
@csrf

SomeOne-mfus
Автор

The POST method is not supported for this route. Supported methods: GET, HEAD. what is the errror please

tsilaviniainaheldess
Автор

In This Video This Portion is Missing Please Use it If You Find some thing Like expire 419
<form method="POST">
@csrf

webdeveloper
Автор

There is an error. Route (student. store) not defined. what should i do now sir

mahbubfaruque
Автор

I sow this error when I save student in database pls help

Add [firstname] to fillable property to allow mass assignment on [App\Student].

jahidulislamjihad
Автор

Can i please get the source code save button not working

tanzimibthesam
Автор


Add [firstName] to fillable property to allow mass assignment on [App\Student].
what's the problem bro

soufianebk
Автор

please help me i can't add student

diakhiteabdoulaye
Автор

SQLSTATE[HY000]: General error: 1364 Field 'city' doesn't have a default value (SQL: insert into `students` (`firstname`, `lastname`, `gender`, `country`, `address`, `updated_at`, `created_at`) values (asd, asd, asd, asd, asd, 2019-10-17 08:24:54, 2019-10-17 08:24:54))

mikaymikmik
Автор

thanks for the lessons but unfortunately I can't enter the data in my database, when i click the save button the page just loads infinitely

brunoivandro
Автор

Sir Assalamualikum
Why I'm getting this error
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'lastname' cannot be null (SQL: insert into `students` (`firstname`, `lastname`, `country`, `city`, `address`, `gender`, `updated_at`, `created_at`) values (?, ?, ?, ?, ?, ?, 2020-01-07 17:49:06, 2020-01-07 17:49:06))

syedmuhammadsubhan
Автор

i get a 419 page error
but i was able to clear my earlier code error the 419 page error is the only one left

tik-tokreccaped
Автор

just got this error after making changes in the the student controller

tik-tokreccaped
Автор

it does'nt store the data in database you missed some steps i'm following all your steps but data not stored please tell about missing steps.

mudassarimtiaz
Автор

thanks man nice tutorial. but in my side it didnt save to database.

JoanApita
Автор

hi sir, can you show me the code on Student.php Model..

jefreytv