Support the ongoing development of Laravel.io →

João Mendes

Joined 30 Aug 2019

Statistics

Threads 0
Replies 5
Solutions 0
Articles 0

joaopmendes has not posted any threads yet

replied 4 years ago

Why laravel validation don't displaying errors?

can you please do {{ $errrors ? dd($errors) : null }} And post here what you got

0 Likes
replied 5 years ago

Slide dynamique

Dont use absolute paths, everytime you have to use something from public folder, use asset() helper...

0 Likes
replied 5 years ago

take input of comma separate text and insert in db inviduall

$arrayNames = explode(',', $request->input('names'); foreach($arrayNames as $name){ Names::cr...

0 Likes
replied 5 years ago

Image Upload and Class App\Image is not working in a Laravel

It seems to me that laravel hasn't permition to move the file to that location. In the terminal set...

0 Likes
replied 5 years ago

Why laravel validation don't displaying errors?

By convention, $request->validate([]) will return the errors to the view. However you are assigni...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.