Hi, is it possible to extend models on the fly? What I want to do is to build a modular application...
Hi guys, I was wondering if anybody experienced this problem before. We're doing a cURL request to g...
The setup. I have Posts items that users can favourite. I show the count of how many people have fav...
I notice when creating workbench packages they often require illuminate\support is this bad practice...
Hi everyone! I try this code: $urls = Url::with(['user' => function($query){ /** @var $query \I...
Hi friends, I am having this problem for two days now. I am using the database driver of laravel and...
Good morning fellow devs please i am working on login authentication on my app but i want to do a va...
I have made an API server which my client JavaScript calls. The issue is that when I want to POST it...
It is possible that one class extends two other classes? E.g. i want to extend class User to Eloquen...
Hi I've created a new site using Laravel. It helps you hide the image src of your precious photos an...
Hi I'm new to laravel and I'm trying to install it. I open up the command prompt and once I have the...
Hi, I want to add the payment gateway for my laravel project. Can any one suggest me the payment gat...
Currently, I'm trying to create a route to a wildcard with the following code (which is in a foreach...
I seem to miss the meaning of this exception and error message. Hoping someone who uses symfony more...
Hello, it's rather cosmetic but a semicolon is missed at "Passing An Array Of Wheres" exa...
Is it possible to use deferred service providers when binding to a type? For example, I want to bind...
My DB is like 2000 records, the info is encrypted, using Crypt in my model... /* NAME*/ public func...
I have an existing blog application, and I would like to add a way to have different types of blog p...
A User belongstomany (can have many) Collections. A collection belongstomany users. A collection bel...
I have a route called admin which displays my admin dashboard however its broken since i have a fold...
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