How to Add Form Validation in Laravel | Explained in Hindi | Laravel Tutorial #8

preview_player
Показать описание
In this video, We are explaining about How to Add Form Validation in Laravel (Laravel New Course 🔥). Please do watch the complete video for in-depth information.

WsCubeTech – Digital Marketing Agency & Institute.

✔ We can help you to create a Digital Marketing plan to take your business to new heights.
✔ Offering Job Oriented Most Latest, Updated, and advanced Digital Marketing Courses with Practical, Hands-on Live Projects Training & Exposure.
For More information : Call us at : +91- 92696-98122

There is a complete playlist of Digital Marketing Interview Tips & Tricks available -

There is a complete playlist of Facebook Ads available -

There is a complete playlist of Twitter Ads available.

✅ CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

Please don’t Forget to Like, Share & Subscribe

--------------------------------------| Thanks |---------------------------
#Laravel #FormValidation #LaravelValidation
Рекомендации по теме
Комментарии
Автор

😎Hey, thanks for watching! We’d love to know your thoughts/doubts here in the comments.

wscubetech
Автор

A lots of thanks from bihar .... I m learning somthing in coding bcs of u... Ur teaching style just like amazing to help me ...

sarfraztech
Автор

for anyone wondering why they dont have lang\en folder and validation.php file in
it is because the folder is not autogenerated anymore while creating project, instead we have to use and artisan command
" php artisan lang:publish " it will generate folder with the required files, it should works fine however it wont created under resources folder
Happy Coding

AminuddinSiddique
Автор

Amazing brother, I really like how you explained it. You saved me a lot of time, I was going to add custom validation logic like I mostly do in simple PHP.

arqamsaleem
Автор

for future references :
$request->validate{[
]} will not work.
replace curly braces with brackets. new change

$request->validateWithBag('post', [
'title' => ['required', 'unique:posts', 'max:255'],
'body' => ['required'],
]);

nishantsethi
Автор

Sir! you are doing well . This video was very helpful for me but sir i could'nt find the validation.php file in my created project

MohsinAli-yk
Автор

It'll be a great help thank you..

astrogeeksagar
Автор

Such an amazing and informative video!!! Thanks for sharing😍😍

ascodes
Автор

bhai ur great!!-- laravel ka ek project bana do! paid wala

uimonk
Автор

Full support to u bro ... Great work ... ♥️👌🏻

moviesbuddy
Автор

Bro. Create a students admission from with payment.

kkrkanoo
Автор

which vscode extension are you using for blade autocompletion?

jflhbot
Автор

i don't have validate.php file in my folder then what can i do??

NishaVegad-bz
Автор

unable to find validation.php file and its not in my laravel folder
so what can i do for it

shubham-qdlw
Автор

Sir dono tariko sy kuch ni hua same issue?

itxxsaiff
Автор

Plz share extensions added in Visual Code, Thanks

krishnashrivastava
Автор

I create project in that I didn't get lang\en folder
I don't known why?

shrutiraval
Автор

hello sir yeh jo folder hain resoures main file hain
lang\en missing hain eska solution bata do sir

dwpvvpw
Автор

Date validation not select previous date

jaysargara
Автор

Hello sir, mary blade file main php ka code nhi chal raha is waja sy main print_r ky through jo form sy data arha ha nhi check kr pa rhai or ab span tag main @error wala code b nhi chala ha kiya waja ho sakti ha kindly mujy guide kr dain

kiranrajput