I've got two models: <?php namespace blog; class Posts extends \Eloquent { /** * The databas...
I have two models Groups and Roles, i can fetch the groups of a role, but if i try to fetch de roles...
So I am creating an API but it has some caveats. First off I have to be able to easily create models...
Hi all, As the following example, we create two Eloquent instances to fetch/update the same db row....
I've been struggling as to why my "create" method was not saving as a mass assignment. Myt...
I have a database table with 2 columns, an auto incrementing ID and a name. I am trying to add check...
I have 2 mysql databases, I try to get data from source and transfer it target, also delete current...
Hello, I don't know how to perform ajax requests. I have a table named images with a field called do...
Hi everyone! I'm working on a backup system, that is connecting to remote servers via ssh. Is it pos...
Hi i making a laravel cms , i want a functinality , where admin can create backup the current data...
Hi artisans, is there any way to dump the MySQL database in a Laravel up, I've tried some packages t...
I am new to json and laravel and I would like to put my question forward. I have a database table ca...
Hi, Im building an app using frontend with Laravel and database as FileMaker... i tired few api's to...
I'm creating an API that dumps out query results to a json response in Lumen: $result = DB::select('...
Hi, I have this code: public function clansearch(){ if(((isset($_GET['clanname'])) &&...
Here are my models: class Group extends Eloquent { public function members() { return $...
Hi guys, I was trying to get some work done today, but I got stuck on something. I've got 3 tables:...
Hey guys, I have been wanting to implement fast and easy the index and the show methods for my neste...
Note: this is a crosspost of: http://stackoverflow.com/questions/33674198/laravel-eloquent-eager-loa...
I have a Favourite Model which will store many different types of favourites (favourite quiz, questi...
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