Hi, is there any way to add custom methods to eloquent models? e.g.: class User extends Eloquent {...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
AJAX call comes directly from datatables; $('#table').dataTable({ ordering: true, serverSide: tr...
Oh, forget to mention: it's laravel 4.2. Hence no .env settings. URL is correct everywhere else. If...
Ok, I found a workaround for my problem... But there's another problem: Isn't it possible to Redirec...
Hmm... I think it would be better to do the filtering within the model (either customers or bills, i...
The Laravel portal for problem solving, knowledge sharing and community building.