I have customer model and product model joined by subscriptions table. When i run something like $c...
Hi all - building a little project with laravel and want to show some stats to users. These stats wi...
Hi, I have developed an API for an Angular front-end (https://brandhunt.co) The problem is that I ge...
Hi everybody! I defined an ability in AuthServiceProvider and it always returned false because i us...
Hey there, So what I have been doing with Laravel so far is mostly pretty basic compared to the proj...
Hello guys, I have defined my controller and it was perfectly working. Suddenly when I click on the...
Hi friends is Event and Listener are important to use in laravel if yes , why ? i'm feeling that it'...
Hi I am beginer in laravel. Trying to create admin panel for site. There are many admin generators....
Hi All, Good day!!! I am developing web application using Laravel. Its basically web application whe...
Hi Laravels, I have a sublet model that has its own table, but I have 2 more tables to store sublet...
Has anyone been able to successfully update to 5.3 who by chance is using ping pong labs modules? I...
Can I use Schema and Session class in a Middleware? I tried to use Schema::hasTable and Session::put...
I cant track down the event in the framework, which is logging mails sent (via mailgun api). It is d...
Hi, I installed passport, and I got the API functionality working with 2 environments, one getting t...
Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...
Hello, I'd like to create my own CMS with laravel, I'm looking for the following file structure. co...
Hi guys, I've setup my first Laravel Forge site that runs a VueJS 2.0 server side rendered app. I've...
I am running laravel v5.3.10 and the constructor is as given below, I tried using the auth middlewar...
Hello everyone! I would like to know how I can override/customize sendSwiftMessage() protected funct...
Hi, in the router i could do: Route::group('namespace' => 'Admin'], function() { // C...
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