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...
hi, is there any method to do a multiple queries. From what I want is around like this in mysql quer...
I have a controller with a method for when the user wants to soft-delete his record (Character model...
I notice that laravel use 0000-00-00 00:00:00 for deleted_at time ,So i change data deleted_at like...
I was wondering if Artisan had a command that allowed you to create a migration snapshot of the curr...
So I'm trying to do a very simple eloquent query, however both a select and an insert query fail. Th...
Hi all, My question here is pretty simple but I didn't find the answer on the Web. I would like to s...
Hi everyone, I'm new to Laravel and trying to catch up with a project as much as possible. I created...
Hello y'all! I was wondering how can I store data from a dynamic form, which might have 10 variables...
Hi i have controller and i am taking data like this $events= Eventm::with('teacher')->get(); th...
Hi guys, I'm developing an application that requires the use of a noSQL base,(CouchDB prefered). I k...
PDOException could not find driver this is configaration in app/config/database.php 'default' =>...
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