I am setting up a store for my client. They use Shopify... So in order to get login working for cust...
For some reason, I cannot catch DB exceptions inside a seed class: the code never enters the catch b...
This is what I have done so far: public function scopeCityName($query) { return $query ->join...
I'm looking for a script that will allow users to add money to a user account. Thanks in advance for...
Is there a package out there for Laravel that will allow creation of dynamic Oracle database connect...
Hey there everyone, I'm pretty new to Laravel and MVC frameworks in general. I'm struggling to make...
I'm receiving the following errors when using $bindings with DB::statement. Is there an issue with t...
I would like to prevent some users from accessing certain database columns based on role management....
Hi all i'm stuck in a stupid problem that drive me crazy: Users Model class Users extends Eloquent i...
Hi All, New to Laravel and MVC so I'm a bit stuck and hoping I can get a solution from you. I have 3...
Hi everyone, I'm currently developing a small real estate app, and before starting, I was wondering...
Hello Everyone! I'm using Baum package for Nested Set Model and I have added extra field to database...
Don't know if I'm doing this right. I have two models: Projects and Clients. Projects table has the...
I use, xampp extension=php_sqlsrv_55_ts.dll extension= php_pdo_sqlsrv_55_ts.dll $user = 'myuser'; $p...
I get the message "depth too great" when querying a couple of relations. These are my mode...
Hi im new to Laravel and im just trying to work out the query builder. If i wanted to do this query...
As I have asked a few times before, I'm developing a website/CMS to a game server for which I can no...
Hi, I have a pivot table that links users to products. The table has timestamps that are updated wh...
Hi Laravel Community, As one of your newest members I'm curious if there's common conventions here a...
I was looking at the code in the delete method of the Model object in Model.php. The code eventually...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community