files is plural in your validation rules, but singular when you declare the field in the view. Change your rule to 'file' instead of 'files'
stickman373 said:
files is plural in your validation rules, but singular when you declare the field in the view. Change your rule to 'file' instead of 'files'
i changed it still the same problem
If i fill in everything except a file i only get the file is required error if i fill in everyting with the file i get a error for every (title required, bericht required, file requiered)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community