Hi Im trying to send an array of data so I can destroy the IDs beeing sent in the array. I have a Ja...
Hi, I currently have a table which serves as a central link table for many-many relations between se...
somebody knows any good packages for using repositories with factories for returning generic data.
Hi, Im trying to return the project with the todos linked to it. The todo has a status and I'm tryin...
here is what I have CONTRACTOR and BID table class Contractor extends Eloquent { public function bid...
Hi, I save my data encrypted into the database with the Crypt class. Is it possible to search into t...
Hi all, i am new to laravel and have a fictional Project to learn: I have two Models: Sports and Tra...
I have created and included repositories using this tutorial: http://culttt.com/2013/07/08/creating-...
Hi, I have 3 model tables: publishers, authors, and books (many-to-one relation between publishers-a...
Hi All. I can't get the paginator to work with a calculated SQL field see below for example // this...
I'm currently building a newsletter system for multiple users. Each user has there own set of 'recip...
Hi All, I have a repository to create a new record for residents, but now I need to use the same rep...
Hi, I am trying to format drop down lists items while using lists, SiteSession::where('company_id','...
I've been using integer MySQL columns to store unix timestamp dates and really prefer/like it. I'm j...
Hi guys. I need help with the display of a CRUD resource in a View. I have an index view for a resou...
I'm interested in building a solid API for consuming resources from my projects. Would like to hear...
Hi, Help connect Laravel with Oracle 11g xe in Linux.
Total newbie here and having trouble figuring this out. I have a table called users and a table call...
class Cat extends Eloquent { public function user() { return $this->belongsTo('User'...
Just a quick one, i'm struggling to do relationships correctly.. I have 2 tables 'users' and 'files'...
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