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' =>...
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 for bad english writeing excusme when try to connect db and read some data any way my response co...
Hi im trying to query my tasks table. A little background information on the tables and how they are...
Hi... maybe it's a newbie question... these are my first steps with Laravel.. suppose I have in Post...
I'm currently building a REST API with laravel. I'm trying to implement filtering of results on a ro...
I have a model called 'Charges' which stores charges made by someone. I want to sum all the charges...
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...
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