$headlines = Post::whereHas('categories', function($query) { $query->where('name', '=', 'headlin...
Hi, I'm working on application that requires managing several databases from one administration inte...
I am a codeigniter convert to Laravel and I am impressed by its features. However, theres is one thi...
I'm writing a system around an existing database structure using Laravel 4.1. The current system is...
Hi, I've tried to figure out if this is possible, but can't figure out how if it's even possible. Le...
I do have 2 different on my pages but I would like to load in different situation, for example when...
Hi, I have two tables that look something like this: # Author # ID Name Slug 1 Denni...
Hello Laravel Folks, How can I specify multiple email addresses in the Mail::queue function? Do I ch...
I need a comprehensive guide on how to do it. I already tried LaravelGuard from Jeffrey Way (which d...
I am following the laravel tutorial guide for the creation of migrations. In the guide, it says to u...
Hello, I am currently working on automated user notifications (Emails and cell phone text messaging)...
Laravel composer want stable as minimum-stability. If I attempt to install my own package I've to se...
Hello I develop a website with Laravel and AngularJs for my studies, But i've a problem with "f...
Hello all, I tried implementing my own version of the Laravel password reset functionality. The main...
Howdy! When I try to use a whereHas within a grouped where class, I get an error. Any ideas? $activi...
Head over to this link: http://www.manning.com/surguy/ Use this code when checking out: dotd021014cc...
So I'm trying to match a simple route with laravel that looks something like /ID-OPTIONAL/OPTIONAL2/...
I am new to Laravel. I want port a URL shortening application from CI to Laravel. I am struck on the...
##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...
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