this is my service provider code : <?php namespace App\Providers; use Illuminate\Support\Service...
Hi Folks, I have some eloquent code I use throughout my controller to render a view, rather than kee...
Hi! Im developing an application on Laravel 4 and I am trying to follow the PSR-4 Standard in order...
Hello! I there way to use one controller class but for different routes? I mean, one controller clas...
Hi guys, iv been struggling with this for hours and hours. I cant seem to get Mockery to work with t...
I've just written an article to shed some light on what the IoC container is and how to leverage it...
Hi, I'd like overwrite some rules from package rules. When I change boot method in vendor directory...
So I'm using Laravel 5, and for a more complex authentication, I need to overload the method attempt...
Hi, I've something I really not understand. I have several classes in my models folder. Each classes...
Can anyone give me a link to implement stripe payment in my project I have checked in laravel doc bu...
I have seen this convention in Laravel and in other frameworks. Why is the response object not bound...
#How to mock this one? return Redirect::back()->withErrors($validator); it always says: BadMethod...
Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...
Hi all, At the moment I am developing an ecommerce solution based on the Laravel framework. One of t...
So I have a task I want to happen twice per day(perhaps more in the near future) and I have setup di...
I'm new at using ServiceProviders and spend most of the day figuring out what's wrong. composer.json...
Hi I am creating dynamic php files outside my workbench in the laravel foler app/sites/1/models/ No...
Im really struggling to understand the whole concept of Contracts in Laravel 5. Interfaces I underst...
Hi. Probably is a PHP general cuestion but this is what I'm wondering: class A { public functio...
Hi Guys, I'm using laravel layouts and templating language for my email views, I need to Inline the...
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