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...
I have an artisan command that requests data from an external API and stores that information in my...
I'm creating a web site. And I have created a registration page. When I insert data, all the data su...
Hi, I have problem with my Laravel project.. I have three tables: Users, _Tasks _and Samples. I want...
Hellow all! Is the table structure: doctors id - integer title - string clinics id - in...
I am building an new application using Laravel and i want the user/owner to be able to create regist...
I have a DB server running some version of MS SQL - not my choice, just a reality. My Laravel 5.5 in...
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