Hi I'm relatively new to Laravel and trying to create a subscription checker. Please do not suggest...
Hello, I have a query which is extracting some 'ordered items' between two specific dates. For each...
SELECT bills.Barcode, ISNULL(FirstBegInvMyd.Qty,0) as FirstBegInvMyd FROM ( SELECT mt.Ba...
My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...
I have this four tables Experiments() Users() Participants(id, experiment_id, user_id) - as pivot ta...
I want show related table columns (customers.name) in all select of model (User) laravel. I use acce...
Hello, I'm currently trying the following: I'm having a form, where a user can add additional inform...
Somehow my model cannot be found, I also did try with use; This is in a normal controller public fun...
I'm using Laravel for a little app. In this app I added the auth things of Laravel (verison 5.3), so...
I have customer model and product model joined by subscriptions table. When i run something like $c...
Hi I am having invoices and customers and users how can generete both Customer Model: public functio...
I have a football Game which has a home_team and an away_team My relations for Game.php are as follo...
Hello Guys , I have a question , I don´t know if some one can help me here , I have a project of a s...
Hello! I have a view which returns a filtered collection. Before filtering the collection, the Eloqu...
I have a custom method that I'd like to use globally. It is similar to increment and decrement but i...
This a piece of my method: # the posts within the thread $posts = DB::table('posts') ->wher...
Hi there, Since a few months i'm working with Laravel and i love it, came from codeigniter. I have a...
I added a collumn in the table users I call slug, no errors or anything, it just doesn't add. Should...
Hi all, I have a method defined in my model called status which calculates a status based on some fi...
I have two tables 1- projects 2- clients I need to get the names from the client table and the proje...
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.