Hello, I would like to program an inventory system and need 3 tables for it. These can also be gener...
Hello, I am trying to run a statement to create a database and an user, but it seems laravel continu...
We have a product SaaS let's say eCommerce. All user created shops and products are stored in single...
Hi good people. Have been stuck for hours on end with model binding with dynamic DB connection. I ha...
I have a doubth in am creating my DB , I have a column in my table that is called STATUS , the value...
Hello everybody, I don't have any problem running my app locally, I have cross checked my code thoro...
Hi, As you probably can tell from the title of the thread, the question is about formatting time. Cu...
I have a L5.2 app where I'm trying to login a user in an Event Listener. All routes are wrapped in w...
I have a requirement that I need to save each and every query executed by the laravel program. I hav...
Laravel 5.3 PHP: 7.0.3 First Error > [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base t...
I have an app that has Categories, Boards, and Pins Models. A category has many boards and has many...
Basically I have a point log table as follows: user_id | points 1 | 10 2 | 20 1 |...
Hello, First of all, my website worked very well in local (using WAMP) until I try to add a remote h...
First of all, I'm new to Laravel. I come from Codeigniter where you can have something similar to: c...
I'm having a bit of trouble making this work properly when querying with Eloquent, here's the model...
Hi Devs, I'm trying to pass --env option to the migrate command with the env file which i'm creating...
Hello, I'm little wonder please help me out. My query is :- Invoice::join('orders', 'orders.invoice_...
I am creating a Ticket Reservation System and I want to check data availability from the Database. A...
I'm unable to wrap my head around why I'm getting "Cannot use object of type stdClass as array&...
I have 3 tables Applicant,Skills and Applicant_skill. Here Applicant_skill is the pivot table. One A...
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