Support the ongoing development of Laravel.io →

2,390 Threads

Pagination for a feed-like resource

Hi guys! I’m currently building an json API to be consumed mostly by an mobile app. I have been scra...

0 Likes
2 Replies

Problem with get route

Hi, In my application ,i done these steps I define Route::resource('users', 'UsersController');...

0 Likes
3 Replies

Exception in AJAX response

When working with AJAX method and "debug" set to "true", Laravel returns nice JS...

0 Likes
1 Replies
posted 10 years ago

send gzip encoded response from a restful web service

How to send gzip encoded response from a restful service? return Response::make( $body, $st...

0 Likes
0 Replies

Problem with dynamically created input fields

In my Laravel installation I have posts and tags entities with relationships between them. In the cr...

0 Likes
0 Replies

HTTPS definition in routes.php

I have a questions about https requests: The example in the official Laravel4 docs doesn't work in m...

0 Likes
2 Replies
Solved

post request in Laravel4 redirect on wrong url

This is My code in route.php Route::group(array('domain' => '{subdomain}.'.Config::get('a...

0 Likes
0 Replies

Environment detection, subdomains, and requests

So, I think I have figured a way to do this, but I feel like there has to be a more efficient way. H...

0 Likes
2 Replies

Short URL path with Restful Controllers?

Hi all I would like to know if and how it's possible to use a URL like this: "site/admin"...

0 Likes
1 Replies
posted 10 years ago

Trouble Installing QuickRoutes Package

I'm trying to use a package to help simplify route maintenance but am running into trouble attemptin...

0 Likes
3 Replies

Request::server('HTTP_HOST') returns localhost within a helper class

I want to get the current domain, using Request::server('HTTP_HOST') - however when I call this from...

0 Likes
0 Replies
posted 10 years ago

Valid route throwing 404

I have a routes.php /* * Web */ Route::group(['namespace' => '\Smartii\Controllers\Web'], funct...

0 Likes
2 Replies
Solved

auto response email

hi all, can anyone provide me script for creating auto response email?

0 Likes
1 Replies

link_to_method/link_to using DELETE method instead of GET

Is it possible to create link to delete action which actually creates DELETE request instead of GET...

0 Likes
1 Replies
Solved

Laravel redirection (Redirect::intended)

Hi, I have an issue since several weeks now and I can't find any solution on Internet. Let's say I a...

0 Likes
0 Replies

routing order?

I'm starting with laravel and I'm having this probelm: I have 2 routes that seems to 'interfere' wit...

0 Likes
5 Replies
Solved

What does config app.url actually do?

I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...

0 Likes
2 Replies

route issue

I am using a restful controller like so: Route::resource('objectives', 'ObjectiveController'); but I...

0 Likes
5 Replies

Optimalise submenu with childs ?

I'm creating a subnavigation with childs in childs. And i would like to know how i can optimalise th...

0 Likes
6 Replies

dynamic route problem

I have tried to make a dynamic route by below code: Route::get( '/test', function() { return Route::...

0 Likes
0 Replies

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.

© 2024 Laravel.io - All rights reserved.