app/filters.php App::before(function($request){ $sys_message = DB::table('u_message')->where(...
Some background: I've been working with L4 for about 6 months doing things the "pretty" wa...
Hello friends, I am desperate , I need to use laravel 4 with ajax . I am using http://arshaw.com/ful...
I have a set of keys which are written in CamelCase (they are part of another software, I cannot sim...
I have the following set up that I want to try to perform: App Sitename - Admin (sitename/admin...
Hi all, I'm creating an artisan command package and when i try to run artisan, i get a "{"...
Hello, I followed the example at http://laravel.com/docs/security I can generate an email reset that...
Hi, so I followed the quick-start guide and installed Laravel into a directory called lartest direct...
Hi all, I've this lil class that helps me in building a form for a specific case: Invoice Infos http...
I'm using a validation service to validate user submitted form input (something along the lines of:...
Hey guys, i've been looking for example about dynamic constraints using eager loading, but many exam...
I heard that Taylor is working on paid Laravel modules? Does anyone know when they come out and they...
Hello guys, How can I access methods of model in relationships? class B extends Eloquent { public...
Hi Guys, Im trying to integrate jquery.chained.js (http://www.appelsiini.net/projects/chained) in my...
Hi, I'm a completelly newbie in laravel and I used to code with native php, here still cant find an...
$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...
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