Suppose you have a simple products table: id | name | category ....................... 1 | prod1 |...
Honestly, I don't know what might be the problem. Maybe you have some apache / .htaccess issues. To...
If you use string as a column you need to serialize the array to a string representation. In case of...
But in case of View::addLocation() you will not need to touch your View::make() arguments. Laravel w...
You can instruct Laravel to search additional paths for views like this View::addLocation('/addition...
Strange... it works for me on L4.1 Try making this the only route in your routes.php temporarily.
The Laravel portal for problem solving, knowledge sharing and community building.