Support the ongoing development of Laravel.io →

1,849 Threads

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

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

auto response email

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

0 Likes
1 Replies

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

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

Dynamic routing group

Hi all, i have a group of url that i want route. I have a field in my db called "permalink"...

0 Likes
0 Replies

Jquery DOM manipulation using values from xml-file

Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...

0 Likes
0 Replies

Store information to DB with Ajax / Jquery / javascript ? Best solution?

Hi there, I have a view that shows a list of "things". Each "thing" has a checkb...

0 Likes
3 Replies

Routing options to enable users to navigate a public folder

Hi I'm developing a site that will allow registered users to 'navigate' and view content (office doc...

0 Likes
4 Replies
posted 10 years ago

Redirect unsecure requests to secure request

Hi, What is the best way to redirects that aren't secure, to a secure request? Like http://foo.bar s...

0 Likes
9 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.