Hi. I faced with some problems on my Laravel project. Script works correctly on WAMP but when I uplo...
My Eloquent model Module has many Sections. I can query thus: Module::with('sections')->get();...
Just updated a Laravel project from Laravel version 5.4 to 5.5. Just after that getting the followin...
I have a relatively large number of records that will need to be updated once a minute (anywhere fro...
Hi, having this relation public function programs() { return $this->belongsToMany...
How to get Image from MS SQL Server Database. Column DataType: Image ?
Hello guys , does some one could help me ? I am developing a real estate website , something like th...
can anyone help me in getting this done correctly ? I have asked question on Stack over flow and tri...
I use PostgreSQL with partitioning by one table. Here's my quesrtion. Is there any way to query ONLY...
How would I do the following query using query builder? Preferably without using any raw sql :-) SEL...
janise liked this thread
How do I orderBy a field that's in a related table as in: DB::with('relatedTable')->orderBy('rela...
I have these models: Post, Category and User. My goal is to show a paginated and sortable table disp...
Hello. So I have these Models: Product - for example, a t-shirt ProductVariant - for example, a XL-s...
i wont to make this query : SELECT w.wilayah, a.penerima FROM ( SELECT DISTINCT w...
Hi, Has anyone managed to count data from 2 tables down a relationship Normally you would do it with...
My Category model public function firms() { return $this->belongsToMany('App\Firm'); } My Fi...
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...
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