This code: $translation = Translation::where('language_id', 2) ->whereNotNull('data-&...
I am currently building an application and I am using UUIDs instead of auto-incrementing IDs. To sim...
Hi there, I've got two tables linked by a Many-to-Many relationship. users id users_items user_id...
I'm making a webapp where need to display all the products with active price list . I’m struggling...
Laravel Version: 5.5 PHP Version: 7+ Database Driver & Version: mysql 5.7+ ###Scenario: I have...
I have four tables. option_groups options product_options product_images Tables Structure option_g...
I am trying to set up my models such that a few of them can get stored in a cache. What I'm trying t...
So I want to display teams and their league stats, exactly like you see on a major sports site when...
I want to ask sir, I am beginner in laravel, I am making an online shop project with laravel but the...
Hey guys, I have done some research on the forum/google and could not find the answer to this proble...
Hi@all, i'm new at Laravel, and now i'm building my first app. My app is a database to store address...
Hello, What's the best model for authentication in REST services, I have been checking out this tuto...
I decided to extend eloquent a little bit in order to improve performance for my application. It see...
I have all my public files uploaded to Amazon S3 soon cloudfront. How do i manage my URL to use CDN...
Illuminate\Support\Collection avg() and average() function gives unexpected result on collection...
I am using Laravel 5.4 and Postgres I need to create a new column after a particular column, so I ad...
Hello I'm making a webapp with categories, pages and banners that can be displayed on pages based on...
Hello Everyone, I am looking for something like this /** * Get offer related to the request. */ pu...
How to observe Many to Many relation attach()/sync() action? For this: I have Tag model and Post mod...
I'm working on Laravel 5.4 application and trying to install spatie/laravel-activitylog v1.16 (old v...
syofyanzuhad liked this thread
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