Support the ongoing development of Laravel.io →
marekmurawski

marekmurawski

Joined 31 Jan 2014

Statistics

Threads 1
Replies 30
Solutions 10
Articles 0

[macro] Form::select() with optgroups based on model's field

Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...

0 Likes
1 Replies
replied 11 years ago

Routes with a dot inside

Honestly, I don't know what might be the problem. Maybe you have some apache / .htaccess issues. To...

0 Likes
replied 11 years ago

Table Column Schema to store array or object

If you use string as a column you need to serialize the array to a string representation. In case of...

0 Likes
Solved
replied 11 years ago

How do you change the view path without changing the config file?

But in case of View::addLocation() you will not need to touch your View::make() arguments. Laravel w...

0 Likes
replied 11 years ago

How do you change the view path without changing the config file?

You can instruct Laravel to search additional paths for views like this View::addLocation('/addition...

0 Likes
replied 11 years ago

Routes with a dot inside

Strange... it works for me on L4.1 Try making this the only route in your routes.php temporarily.

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.

© 2026 Laravel.io - All rights reserved.