I have created 2 tables and UnderFiftyDollars will contain all items under $50 to show on a promotio...
Hi everyone, http://laravel.io/bin/kYVa9 In the above snippet, you may recoil in horror when you see...
So I have scope with following code public function scopeSortable( $query ) { if(Input::has(...
I have this problem where laravel ModelNotFound exeption handler catches all exeptions not only rele...
I'm trying make a function that returns false if there is no inventory available. I need it to searc...
This is my controller: public function prontuario_index(){ $Prontuarios = Prontuarios::get(15);...
I'm building a REST API for a large data set, and running into a performance issue I'm not sure how...
Hi, i call this somewhere in the CustomerController(): $results = CustomerModel::getCustomers(); Th...
Hello, I'm hoping I can get help with a dilema I ran into. I hope it's something simple. I have a me...
Hello guys I have this problem. I have a Form that contains several pages (think a multiple step pol...
I feel this may be a simple question; but I can't, for the life of me, figure this out. I'm relative...
I am saving created_at and updated_at as Unix timestamp in DB. I have overridden my getDateFormat()...
This is possibly not a real Laravel-question but I'm developing my new site in Laravel. This is the...
Hey guys, I'm having a small problem regarding the combination of multiple eloquent based libraries....
Ok so I have a certifications table which can have many employees or materials. Also the employees a...
Is there a way to create migration files for existing tables quickly?
Hi. I have a user with countries relationship. (hasMany) user_id 1 country_id 1 user_id 1 country_i...
Hello everyone. I have a mistake when I run the routes.php with a notice error: Call to undefined me...
Hello all, I've been struggling with a strange behaviour when trying to load partial information fro...
Hi, is it possible to extend models on the fly? What I want to do is to build a modular application...
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