Hello all, Can anyone please send me a bit of code to get array from url? Suppose this is my url :...
I have a form that is used to filter results for a categories page. So, the URL will be localhost/pu...
The following route works fine: Route::get('/{category}/{product?}/{id?}',array('uses' => 'Produc...
hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...
I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...
Its the a method to do this? Leo
https://gist.github.com/carbontwelve/9089485 The above is how I have been identifying if a route exi...
I have a view which must include another view (example: a footer) This other view (footer) must proc...
I have a route with an optional parameter. Route::get('archive/most-viewed/{time?}', array('uses' =&...
Hello Everyone I want to show current inserted id from controller. This is my code $comp = new C...
Hi Guys , I have a prefixed group route with a resource controller. When I list down all my existing...
I have one controller for my entire website that sets up the routes and load the appropriate files b...
Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...
Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...
I am well into a project where I have a number of resource controllers. They have all been working p...
Hi, In laravel.log, i get this error : production.ERROR: exception 'Symfony\Component\HttpKernel\Exc...
Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...
Route::pattern('name', '[a-zA-Z0-9\+\-]+'); Route::pattern('id', '[0-9]+'); Route::get('goods-{name}...
Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...
I've got the following route: Route::controller('packages', 'PackagesController'); Of course I've d...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.