I have a laravel chat app, is working fine and these are the relationships declared in the model. U...
please, how I can do this query with laravel? http://laravel.io/bin/3BmXm select cf.city, sum( cf.to...
Hi, The other day I had an issue and changed the environment to production based on another thread's...
Hi! How can i build a query eg: $products = Product::whereHas('tags', function($query) use($arrays)...
I'm trying to concat the results of a database query and return them as a variable that I can insert...
Hi, I've managed to setup a a database connection (eloquent model) and to display data of one table...
I'm using vagrant/homestead. and everytime i "destroy and up" or reload, my databases are...
Hello everyone! I have a relational model of three tables. And all with an N-N relationship. To simp...
If I create schema like this: Schema::create('clinic', function(Blueprint $table){ $table->increm...
Hello, I'm using a table pivot. Then I use a loop like this: foreach($ans as $a){ echo $a['name'...
I'm trying to delete an object model Studio which hasMany model Member and hasMany model Game and se...
Hello, I have created a neo4j package specifically used to send cypher query. Have a look at it here...
how we can create mysql views by migration scripts in laravel 4??
I have a simple filtering on my catalog. It allows me to choose the product based on its attributes...
I want my query to return the rows of the table where a column contains a specific value first, and...
Hello all! I'm having a rather frustrating time with an error and can not seem to work it out. I h...
Retrieving records works correctly but updating items through save() does not do anything. It doesn'...
Hi everyone, I'm using the Eloquent module outside of Laravel in this way (with sql server) // Compo...
I decided to test out polymorphic relationships and of course, I got stuck at the beginning. I want...
Hey everyone, first post. I'm quite the beginner with laravel so sorry if I'm asking anything basic...
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