Hi, As the subject, I'm running Laravel 4.1 on a Linux web server that I need to connect to a Window...
Hi, I m looking for an example or a module i can use that will give me a page with a list of records...
I'm trying to get the max value of a column in the database, so I'm using something like $maxVal = m...
The documentation for https://github.com/jenssegers/laravel-mongodb doesn't go into much detail abou...
In my code i often use database values. So for every release i have to store some records in the dat...
Hi everybody Im new in the Laravel's world and let me tell you it looks very interesting and fresh f...
I migrated my local laravel 5 project onto my AWS ec2 lamp Ubuntu server. http://realtoraxe.com/real...
I am new install laravel in Ubuntu (mysql). I use Bitnami Lamp server. I get message when i run comm...
Is it possible to create "lazy DB connection" in Laravel on easy way? If my app cache all...
i have this $data = ['name' =>'Name', 'observation' => "concat($obervation, 'observation'...
Hello, I'm trying to store my array data in to the database with no luck. Here's what I have: In the...
I want to create my db schema, model and relations by using "http://laravelsd.com/" and wa...
Now I already get query with group by, but when get total row is wrong, because group by return many...
How to convert this sql query in laravel SELECT SUM(CASE WHEN age_c < 18 THEN 1 ELSE 0 END) AS [U...
This seems really simple (and probably is), but it doesn't seem to be covered in the documentation....
Per the docs, I was expecting Eloquent to automatically fill created_at and updated_at attributes. h...
Hi i install the package 1 https://github.com/yajra/laravel-oci8 with succes , 2 i add Yajra\O...
I would like to sort items by column relation in laravel (5.1) I have a database table called intere...
I have 3 tables Course , Lesson , Assets A Course will have multiple Lessons and 1 Lesson will be li...
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