Support the ongoing development of Laravel.io →

540 Threads

Get array from browser url.

Hello all, Can anyone please send me a bit of code to get array from url? Suppose this is my url :...

0 Likes
3 Replies
Solved

Laravel 4 paginate on GET request

I have a form that is used to filter results for a categories page. So, the URL will be localhost/pu...

0 Likes
2 Replies
Solved
posted 12 years ago

Route Parameters in a Route causing 404 under different instances

The following route works fine: Route::get('/{category}/{product?}/{id?}',array('uses' => 'Produc...

0 Likes
2 Replies
Solved

about set a cookie

hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...

0 Likes
2 Replies
Solved

Route no defined

I have this on my routes.php Route::any('admin/productos/showbynombre', 'Admin_ProductosController@s...

0 Likes
3 Replies
Solved
posted 12 years ago

How to get an array of all route parameters?

Its the a method to do this? Leo

0 Likes
3 Replies
Solved
posted 12 years ago

Is this the best method for identifying if a route exists?

https://gist.github.com/carbontwelve/9089485 The above is how I have been identifying if a route exi...

0 Likes
1 Replies
Solved

Including a controller action in a view

I have a view which must include another view (example: a footer) This other view (footer) must proc...

0 Likes
5 Replies
Solved

Basic routing question - passing value.

I have a route with an optional parameter. Route::get('archive/most-viewed/{time?}', array('uses' =&...

0 Likes
1 Replies
Solved

How get current inserted id

Hello Everyone I want to show current inserted id from controller. This is my code $comp = new C...

0 Likes
2 Replies
Solved
posted 12 years ago

Prefixed group route with Resource controller

Hi Guys , I have a prefixed group route with a resource controller. When I list down all my existing...

0 Likes
1 Replies
Solved
posted 12 years ago

One controller to rule them all.

I have one controller for my entire website that sets up the routes and load the appropriate files b...

0 Likes
2 Replies
Solved
posted 12 years ago

Resource controller. Route a method excluding filter

Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...

0 Likes
2 Replies
Solved

pagination search page

Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...

0 Likes
3 Replies
Solved

Laravel insists on loading incorrect resource route

I am well into a project where I have a number of resource controllers. They have all been working p...

0 Likes
3 Replies
Solved
posted 12 years ago

How to log a "route not found"?

Hi, In laravel.log, i get this error : production.ERROR: exception 'Symfony\Component\HttpKernel\Exc...

0 Likes
2 Replies
Solved

Style not loading after prefixing a route

Hello, I tried to use a prefixed route like Route::group(array('prefix' => 'admin'), function() {...

0 Likes
2 Replies
Solved
posted 12 years ago

How to make custom urls in laravel?

Route::pattern('name', '[a-zA-Z0-9\+\-]+'); Route::pattern('id', '[0-9]+'); Route::get('goods-{name}...

0 Likes
2 Replies
Solved
posted 12 years ago

Response::download says "file does not exist" (but it does)

Hi all - I've got this in my app: $download_path = URL::to( '/attachments/' ) . '/' . $item->atta...

0 Likes
1 Replies
Solved
posted 12 years ago

Reserved words for routes?

I've got the following route: Route::controller('packages', 'PackagesController'); Of course I've d...

0 Likes
1 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.