Hey, I'm having a hard time compiling the DB:: or preferably Eloquent code for a query that involves...
I'm trying to find all records that exist in both listings and listings_queue tables. Laravel $count...
Hi there i'm noob to laravel. I have some problem with form: originally from stackoverflow: http://s...
Hi, having this relation public function programs() { return $this->belongsToMany...
How to get Image from MS SQL Server Database. Column DataType: Image ?
I am making a system where each user has a own db. so when user login then db should be change by ge...
I'm trying to make a search function with laravel 5 and it's not passing the results variable to the...
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cruds.users' doesn't exist (SQL: select *...
I am fairly new to laravel. I have developed two small web app which doesn't require that much of at...
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...
Helo!!, i need, help me please i'm confused with this query, sorry for my english :( I have this qu...
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...
i wont to make this query : SELECT w.wilayah, a.penerima FROM ( SELECT DISTINCT w...
Hi there, I want to simplify the password reset process for the user by determining the users email...
My Category model public function firms() { return $this->belongsToMany('App\Firm'); } My Fi...
Hello, I would create a simple menu based on categories which are they creating from database. I hav...
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...
Solutions given in the past year. Excluding solutions from thread authors.
The Laravel portal for problem solving, knowledge sharing and community building.
The community