Support the ongoing development of Laravel.io →

1,846 Threads

filter with variable from domain

I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...

0 Likes
1 Replies
posted 11 years ago

Injecting Data Model (Repository) AND Business Model in Controller?

Hi everyone, I'm building a web application and try to separate the concerns as good as possible. Ho...

0 Likes
2 Replies

Vagrant, Codeception & Laravel issue. NotFoundHttpException

Hey gang, I'm having an issue with being able to use the Laravel4 module in Codeception. Whenever I...

0 Likes
0 Replies

Save radio button selected value in Session variable

I'm building multiple page quiz. When users select options(answer) for a question, it should store i...

0 Likes
5 Replies
posted 11 years ago

How Request::wantsJson() and Request::isJson() process

Hello I have a some problem with Request::wantsJson() and Request::isJson() return value (boolean) I...

0 Likes
1 Replies
posted 11 years ago

Bug??: Named Parameters are Not passed to Controller

I upgraded Laravel4.0 to 4.1. But The code (below) is not working well. example: Redirect::action('S...

0 Likes
0 Replies

Store upload files into app folder

Hello. I'm building a big storage app for some official documents witch are also digitaly signed. I...

0 Likes
1 Replies

Trigger 500 error from the start.php file

In the ./application/start.php file, is there a way to respond with the 500 error page here, before...

0 Likes
2 Replies

Redirect is no return

Hey guys, i have create a lib class for my ACL. But after call a return Redirect::route(.....) nothi...

0 Likes
4 Replies
posted 11 years ago

Fatal error displaying at top of each page

I'm trying to catch the fatal error to display a generic error page. But the fatal error message is...

0 Likes
0 Replies

Official Facebook SDK vs Opauth

Which is best solution for facebook login? Can someone help me?

0 Likes
0 Replies

Implement a request queue for a REST API

Hi, I'm new to laravel and php in general. I tried to implement a RESTful JSON API that gets a json...

0 Likes
0 Replies

Filter own threads

Considering you got this "Open" and "Solved" filters at the top, would be nice i...

0 Likes
5 Replies

Controller-routes not working properly when deploying

I'm working on an application, and I just started pushing it to my staging server to test it out in...

0 Likes
1 Replies

Displaying, Storing, manipulating timer through session variable

Is it possible to show a timer countdown (30 minutes) using a session variable and logging out when...

0 Likes
1 Replies

Post request with Media temple

Hello, I'm new to the world of Laravel my first app is running ok locally through mamp when i'm tryi...

0 Likes
2 Replies

Fortrabbit issue with angular post

Hi, I have just uploaded my Laravel backend and Angularjs front to Fortrabbit and I am having issues...

0 Likes
4 Replies

Assigning Variable to URL

Route::get('/p/{id}/{name?}', array( 'as' => 'viewItem', 'uses' => 'HomeController@viewIte...

0 Likes
4 Replies

json_decode returns null on reponse:json string on 'local' API

However if I do return $response; all the data is perfectly displayed. It seems like json_decode onl...

0 Likes
0 Replies
posted 11 years ago

Dynamic route prefix

Hi, how can I make dynamic prefix for all routes in Laravel? I want something like /{model_id}/contr...

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

© 2026 Laravel.io - All rights reserved.