Support the ongoing development of Laravel.io →

MWDD5

Joined 9 Feb 2015

Statistics

Threads 2
Replies 4
Solutions 0
Articles 0
posted 9 years ago

Redirect route with data

Hi, When I use redirect()->route('foo.index')->with('success_message', 'Text of message'); in...

0 Likes
0 Replies

[L5] Form request validation with multiple files input

Hi, I search a way to use the new L5 form request validation for validate an array of posted files....

0 Likes
1 Replies
replied 9 years ago

Validation to upload photo isn't working

For your image rule you can try this instead: 'image' => 'required|image|mimes:jpeg,bmp,png' Not...

0 Likes
replied 9 years ago

[L5] Form request validation with multiple files input

I found a partial answer to my question: The code of the Form Request class: public function rules()...

0 Likes
replied 9 years ago

How to use Request::ip() in laravel 5

Try use $request->ip instead

0 Likes
replied 9 years ago

Limited array element validation

Hi, You can make a foreach for validate your array. For Laravel 5: public function store(Request $re...

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.