I didn't see in the documentation how to use eloquent for querys in the pivot table. Having: posts...
Hello, When I need details tables without laravel I use a pk compound column, however I was reading...
How do I disable the unique validation attribute when the value of the specified field is not change...
It's getting images from IPB forum but there are many types jpg;gif;png <img src="http://*/u...
Categories id | title | parent_id Products id | title | category_id The categories table self join...
Hello guys, I am newbie in Laravel (Laravel is very well framework) :-), firstly - I am so sorry for...
How can I use a structure of multiple join in laravel. An example Users::join ('articles', function...
I built a simple CRUD app using Laravel that uses a single main table and Laravel's built-in user au...
I am wanting to add a datepicker to my form that only uses Month/Year. I'm currently using {...
Hello, is it possible to retrieve a single payment by the stripe id and so get all the data from the...
Maybe with this image I can make myself clear. I have the user table and the owned_items table The o...
I have a Laravel app that powers an ecommerce website with moderate traffic. This website allows peo...
Hi I am unable to save data from my form: This is my view: @extends('app') @section('content')...
I'm new to laravel and i really have no idea on how to do this.. i capture an image using my web cam...
$videos = Video::where("сategory_id","=", 14) ->orderByRaw("top_new DE...
I am writing a custom command for laravel 5.1 and when i run it just says: [Error exception] Illegal...
Migrations do fail. When a migration errors out, it leaves created tables that must be manually drop...
I would really appreciate it if someone could help me out with this. LEFT JOIN v_wholesale_bookmarks...
So I have a view that allows a user to cycle through a folder of pictures that sort of resembles a p...
I am trying to run a vary complex sql in laravel: SELECT SUM(t.total_revenue) as total...
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