Hey, migrations are great if you only work with one database. Do you know any package to extend the...
Hi, I'm completely new to Laravel and I'm following the official documentation step by step. So far...
Hello! I have a huge oracle application (using yajra/laravel-oci8 for oracle interface). I want to c...
Hi guys, I want to output some listings from my database table, with a very specific relationship pa...
Hello. I have Location and Contact models which are many to many related. I've creted a global scope...
SELECT * FROM abc WHERE user_id = 2 AND DATE_FORMAT(created_at,'%d-%m-%Y') < '11-09-2014' ORDER B...
Hey, I wish to implement https://github.com/Sylius/Sylius along with L4 framework. Any help on how t...
is there any best practice on how to to apply PDO prepared statements in laravel 4 Eloquent ?
I don't remember doing anything out of the ordinary, but I suddenly realised a boolean column in my...
I've turned this question into a helpful post after resolving it myself. So I'll post the snippets o...
Hi, it's me again :) I am learning laravel at the moment so I try many things ^^ Let's say I have th...
want to filter stripe listing all api. Am writing this code to filter delinquent is true . using lar...
I have migration for ecommerce: category and product table. I need subcategory table This is shema f...
Error Code: 500 | Message: SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other u...
use Illuminate\Database\Seeder; class DatabaseSeeder extends Seeder { /** * Run the database se...
Installed a fresh copy but unable to connect to the homestead database, anyone else had this problem...
Pulling my hair out over this one - Eloquent create only seems to be inserting certain columns Doing...
I'm probably being dim but I can't see an example of how to do this. So I have a bunch of users, and...
Is it possible to generate unique and random string easily in Laravel 4? May be some helper function...
So i tried using multiple conditionals on my join but laravel assumes that on join i will be compari...
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.