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...
Hello, I'm new with Laravel and web development in general. I'm learning while trying to build my ow...
I'd like to know if the accessors and mutators could be (ab)used for this purpose, from what I gathe...
I'm trying to migrate a cloned project. I've set the .env file with credentials matching my DB and i...
I've got a controller action which is attempting to call a stored procedure on a MS SQL Server 2008...
i have database that shows like this and this is the blade template to show the table :...
Hello everyone, Basically what I'm trying to do is "count" the number of records that two...
need help on this this error: The stream or file "/volume1/web/dar/app/storage/logs/laravel.log...
Hello, Big fan, changing all websites and apps to use laravel. First question, no really good answer...
Hi, I'm using Eloquent to retrieve results with a chunk. With large collections, the closure seems t...
I'm inserting related records but need to return the ID of one of the inserted ones. How do I do thi...
Hello, I have a very confusing problem and yesterday spent whole day trying to solve it, but without...
Hi, I've been stuck with this problem for days now: I have a service provider that monitors for the...
Hello Community, I've got the following problem. From my Database u get the following Array of Categ...
Hi, I want to get the different provider (venue,vendor) list based on 'map_type_id'. In my package t...
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