Hi, I have an application where there are multiple subdomains (portals) running from a single instan...
So, this is weird. I have been implementing ontoMany relationships between users and various data se...
Hi, i used to use laravel with mysql on hostings. Never use AWS or managed a Server by myself. For a...
How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...
I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...
I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...
I haven't used Laravel in a while, so maybe I'm forgetting something. But these are my files: Route:...
Alright, I will do my best to describe my issue here. I have a route Route::get('/did/{search?}','DI...
Hi, I have created a view composer to pass through the variable 'categories' to all views but I get...
Hey, i'm trying to create my relation with the database and i have this error... FatalErrorException...
My Ajax request var users_ids = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11']; $.aja...
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...
Hi I am having invoices and customers and users how can generete both Customer Model: public functio...
I added a collumn in the table users I call slug, no errors or anything, it just doesn't add. Should...
I want to use mysql and mongoDB in my laravel project, I know I can define multiple connections arra...
Hello How can I define a default value on table schema(migrate)? Thank You
Hi there, I have the folloing Tables: Partner id int name varchar booking id int id_partner int bo...
Hi! I'm new in Laravel and I have a little problem with User and Roles. In a database I have users 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