It seems that the query builder is binding the parameters in the wrong order. Here is my query: $que...
Hi, I'm building an application where you can create your own lessons. A lesson has many slides and...
folks i have a performance question, i user Auth::check a lot within controller and views is it bett...
Hello I have a UsersController which just fills the User Model with the Input-Data (http://laravel.i...
So i'm developing an application where parts of the form have data which are meant to populate other...
Hi! I was wondering if it's correct to use the @include function inside a @foreach loop in a blade f...
I just pushed my app to production server it broke ! I started looking out for the root and found 2....
I'm building my first package in the workbench. Started it off requiring Laravel 4.1, but then tonig...
Hi guys, Is it possible to call a route(something like Route::call('some/route') and catch it's resp...
So after half a day I still cannot get Composer to successfully update. I get the SSL crypto enablin...
Hi, I have model timesheetweek which has many (7) timesheetdays. On a view I can dynamicly add sever...
Hi Im having issues running tests migrations for example I have a package that add a column to the u...
The docs say: If you are writing a service provider that does not register any resources such as co...
Hi guys I want to code in laravel and want to create some small projects for my company , but they u...
I am trying to return records that have a specific value in a related model connected via a polymorp...
Greetings, I've been having issues building URL::route urls for route groups with named routes and m...
Hey, i am passing a variable like this return Redirect::back()->with('error', Lang::get($response...
I want to implement use some jQuery tree package like jsTree to allow user to add/edit/remove some n...
I am assigning the following array to transactionInfo. $transactionDetails=[ 'am...
Has anyone managed to create package for file managing ? I mean with upload/download ? I'm trying to...
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