I'm trying to join two queries with this statement: $item = Category::where('type', $item)...
I understand why Cache Tags aren't allowed on the File Storage/Database cache drivers. However we d...
Hi guys, I have a problem. I use two database in my application. I would like to change session driv...
Is it considered acceptable practice to use models in migrations? I've seen many code snippets where...
So i have deployed app with dploy.io, and everything works fine. Then i changed routes to test if it...
I'm going to change some models' relationship from one-to-many to many-to-many. Is there a way do ap...
can i get data in single query ? $author = Author::where('id', '=', $authorId) ->where('salt', '=...
When I check out http://bundles.laravel.com/bundles, I can see that many bundles are for Laravel 3....
Hey, to generate "time ago" text, i use the following code: {{ \Carbon\Carbon::createFrom...
Hi, Method get from query builder return array of stdClass object. It is posible change stdClass to...
Hi! I'm newbie to Laravel4. Trying to follow the package development but when running Laravel I got...
I have multiple Laravel installations running on multiple domains: A, B, C, D etc. These are service...
julienbourdeau liked this thread
Hello, I'm very new to laravel and am converting an application I wrote earlier in very unstructured...
I would like to set up Redis to handle sessions, however, I found an issue. When I stop the Redis se...
Ok.. so I built this real simple RBAC using Laravel. In my design I filter user's permissions based...
Hi, Here is my filter: Route::filter('app.auth', function() { $app_token = Input::get('...
Hello, I would like to change the pagination language for Next and Previous buttons. I have paginat...
I have a service provider with IoC binding to a class (sesmailer - it is my own mailer class). $t...
Hey everyone, I recently started with laravel and I'm making a kind of Facebook. Now I want to creat...
Hi, i use the following code to get my data with Eloquent: $campaign = Campaign::find(1)->with(...
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