Support the ongoing development of Laravel.io →

cherrycoding

Joined 2 May 2014

Statistics

Threads 3
Replies 5
Solutions 1
Articles 0

Modify Input before validation

Hi, is there any chance to modify the input before validation? I have a DATE field an I want to conv...

0 Likes
6 Replies

Use Laravel for multi language static website with some custom functions

Hi, I need to create a new website for our company and I am not sure about the CMS/System. At first...

0 Likes
1 Replies

Multiple file upload and validation

Hi, I want to allow multiple files upload, so I did this in my view: {{ Form::file('files[]', array(...

0 Likes
3 Replies
Solved
replied 9 years ago

How to pass a controller method argument through a form route.

{{Form::open(array('route' => array('posts.store', $param)))}}

0 Likes
replied 9 years ago

Multiple file upload and validation

Thanks for your answer, I've also tested this and it doesn't work. //edit: ok I got it, the problem...

0 Likes
Solved
replied 9 years ago

view does not find css,img,js from public

You could try to load your data without using blade: <?php echo public_path() . "/css/style....

0 Likes
replied 9 years ago

Mail not sending

I've tried your code and it works for me. Do u have the debug mode activated in the app/config?

0 Likes
replied 9 years ago

Use newly created value in select box

I think u will need javascript to add the value to the select box. Do u use a js library like jQuery...

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.