Hello I'm building a custom provider for validation and i'm getting this error: Method [validatePass...
Hi I have question. Should I commit app/config to my repository? What is the best practises ? In my...
I keep getting this error: "Call to a member function create() on null" in my controller....
Hello guys, I am having some trouble filtering data through a relationship that i created... CLASS T...
I'm using Laravel 4.2. I have a custom ServiceProvider that is registered in app.php. My code wasn't...
Hi, I found a package on packagist.com that I want to use in my Laravel project. I've installed the...
Motivated by Jeffrey Way's tweet from today ( https://twitter.com/jeffrey_way/status/515508990751817...
Hi all, Im trying to make a function for creating a package label via something called pacsoft. It o...
I've bound a model to a route parameter: $this->model('employee', 'App\Employee'); This is worki...
Hey, I wish to implement https://github.com/Sylius/Sylius along with L4 framework. Any help on how t...
I'm trying to migrate my packages from 4.2 to 4.3 but I have an error because Laravel doesn't not re...
I'm having some issues with testing. I have the testLoginStart method in the unit test here: https:/...
Hey guys, I'd like to inject controller and action names automatically to the returned view to add b...
I'm trying to extend the Validator class. So that my text field doesn't return false when space is a...
When I search the error 'Target Interface is not instantiable' I get a lot of results on this error...
Is it possible to instantiate a new object by calling a class method via a Facade? I have this class...
I'd like to be able to do things like URL::route('viewUser',['{{id}}']) without the { and } chars ge...
Hi, so i am new in Laravel. I want to use repository pattern, and here my problem: here is my interf...
I have one controller for my entire website that sets up the routes and load the appropriate files b...
Greetings, I've got a BaseController with the following code: class BaseController extends Contr...
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