I'm building my first laravel app, which is a multidomain app with 6 domains. I'm sorry if this is a...
Hello Laravel community, Has someone initiated the development of libraries to integrate VoltDB into...
Hi, In my model I have users. Each user may have some roles. Each role have some allowed activities....
Hi, I'd need to set a default value for any Eloquent model attribute. So, for example if I try to ge...
have used pagination in laravel and that time the query is very simple. So I have manage to work on...
In the User model, I've created a property called groupMembership and a method called setGroupMember...
Hello guys, I got this big question on this scenario: I'm building a easy post and comment system, b...
Is there a way to distinguish between an authenticated user session, and more transient session data...
app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...
Hey guys, i've been looking for example about dynamic constraints using eager loading, but many exam...
Hi, I'm a completelly newbie in laravel and I used to code with native php, here still cant find an...
Hi, I'm working on application that requires managing several databases from one administration inte...
I'm writing a system around an existing database structure using Laravel 4.1. The current system is...
Hi, I have two tables that look something like this: # Author # ID Name Slug 1 Denni...
I am following the laravel tutorial guide for the creation of migrations. In the guide, it says to u...
Howdy! When I try to use a whereHas within a grouped where class, I get an error. Any ideas? $activi...
##Problem I have an eloquent model "Invoice" that hasMany "InvoiceTicket" that b...
Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...
i have set up users and roles table with a pivot table and i need to check, if logged user has admin...
I and looking to do my own blog to go alongside my new site build but was wonder what people would s...
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