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...
janise liked this thread
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...
I'm making a webapp where need to display all the products with active price list . I’m struggling...
Can anyone suggest me that how can i connect MongoDB in laravel framework
I have four tables. option_groups options product_options product_images Tables Structure option_g...
This took me quiet some time to figure out, that's why I am posting my solution here. I didn't find...
I'm following the quickstart task list tutorial on laravel.com. https://laravel.com/docs/5.2/quickst...
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