can you please do {{ $errrors ? dd($errors) : null }} And post here what you got
Dont use absolute paths, everytime you have to use something from public folder, use asset() helper...
$arrayNames = explode(',', $request->input('names'); foreach($arrayNames as $name){ Names::cr...
It seems to me that laravel hasn't permition to move the file to that location. In the terminal set...
By convention, $request->validate([]) will return the errors to the view. However you are assigni...
The Laravel portal for problem solving, knowledge sharing and community building.
The community