I'm currently queueing a function using Laravel's built-in queueing system and iron.io. The problem...
For some reason when a reply is posted to: http://laravel.io/forum/03-11-2014-how-to-get-secure-rout...
I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...
Here is my controller: public function stats() { $title = "Stats"; $stats = DB...
Hello! I've got a problem with a form which should be populated with values from my database. My dat...
So i've got the source of a package i have forked, and i'm trying to modify it so that parts of the...
How would I store <option > 's in a mulitple select like so <select name="options" multiple...
I cannot work this problem out. Using twitter bootstrap 3.1.1 mostly everything I need to do works w...
I am trying to create a test suite using PHPSpec. Some things are working out, some things aren't. T...
Hi guys! I've seen the http://laravel.com/docs/helpers link but I'm not sure if this is the complete...
I have a similar example to that in the docs.. a comment and post scenario. I want notifications whe...
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...
Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...
I have a resource controlling one of my tables "fans". I have a view that shows the inform...
Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...
I'm starting with learn laravel and I have a problem with 1 thing. I want to create one controller w...
I am in the process of writing a SPA application using angularjs for the frontend and laravel as a R...
Patience folks, I'm a noob. We know that the Form::submit simply submits the form using the form's a...
I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...
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