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 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' =>...
I am trying to create a Many to Many relationship with Eloquent but the SQL generated is checking my...
I have a one page form, which data needs to be saved to 2 tables - Company and User. A Company has m...
Hi, im having this issue, more info http://help.laravel.io/628636319849786ae066f7dfe72389b0e1d3e140,...
I have two eloquent model: Foo and Bar. class Foo extends \Eloquent { public function bar()...
Hi im trying to query my tasks table. A little background information on the tables and how they are...
Hey, I'm new in using frameworks and I tried to figure out, how to do simple insert, edit, delete by...
How do I use curdate() in a query in Laravel?
Hello everyone, I'm using form::model for data editing, works correct but return empty checkbox, how...
Hi, I want to have sql query like this: SELECT * FROM "public".user inner join ( SELE...
Hey folks, There are times when heavy model customization is required, and I want to access data wit...
i've been able to construct a join and it works: $projects = Main::join('builds', 'mains.build_id',...
I was searching the internet I saw many results saying its possible, tried some of them but I'm unab...
Hi guys! I have a posts table and a post may have one media. It can be a video or a gallery. This is...
Hi, I have a boolean column in table. I have also added that field in $fillable in modal class. When...
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.