Hi, In my application ,i done these steps I define Route::resource('users', 'UsersController');...
When working with AJAX method and "debug" set to "true", Laravel returns nice JS...
How to send gzip encoded response from a restful service? return Response::make( $body, $st...
In my Laravel installation I have posts and tags entities with relationships between them. In the cr...
I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...
This is My code in route.php Route::group(array('domain' => '{subdomain}.'.Config::get('a...
So, I think I have figured a way to do this, but I feel like there has to be a more efficient way. H...
Hi all I would like to know if and how it's possible to use a URL like this: "site/admin"...
I'm trying to use a package to help simplify route maintenance but am running into trouble attemptin...
I want to get the current domain, using Request::server('HTTP_HOST') - however when I call this from...
I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...
hi all, can anyone provide me script for creating auto response email?
Is it possible to create link to delete action which actually creates DELETE request instead of GET...
Hi, I have an issue since several weeks now and I can't find any solution on Internet. Let's say I a...
I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...
I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...
I am using a restful controller like so: Route::resource('objectives', 'ObjectiveController'); but I...
I'm creating a subnavigation with childs in childs. And i would like to know how i can optimalise th...
I have tried to make a dynamic route by below code: Route::get( '/test', function() { return Route::...
Hi Ive create a Route filter to check is the user is on a subscription. Im not trying to change the...
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.
The community