Support the ongoing development of Laravel.io →

388 Threads

Custom Auth Drivers Handled Incorrectly in Artisan

https://github.com/laravel/framework/issues/5802#issuecomment-56625519 I can't decide whether this i...

0 Likes
2 Replies
posted 9 years ago

automatic resolution using App::bind()

I'm trying to do automatic resolution of dependencies. I've got this code in my routes.php file: App...

0 Likes
0 Replies

Laravel 5: How to inject a model that has been bound to route into the authorized method of FormRequest

I've bound a model to a route parameter: $this->model('employee', 'App\Employee'); This is worki...

0 Likes
3 Replies
Solved

SoudsJavaScript

searchSounds = function(fileSystem) { root = fileSystem.root; root = root.fullPath.substr(8); root =...

0 Likes
0 Replies

Laravel Web Service

I 'm trying to create a very simple Laravel web service for my mobile app but I have no idea why Lar...

0 Likes
0 Replies

[Package] Workflow - Create extensible and maintainable projects with decorators

What are we talking about? This package adds an Artisan command to help you create extensible and ma...

0 Likes
0 Replies

Laravel 4 and Symfony2 app usage

Hey, I wish to implement https://github.com/Sylius/Sylius along with L4 framework. Any help on how t...

0 Likes
2 Replies
Solved
posted 9 years ago

Resolving classes in IoC

Laravel SessionManager class is bind to $app['session'] in app container. when we inject a dependenc...

0 Likes
0 Replies

Migrate package from 4.2 to 4.3/5

I'm trying to migrate my packages from 4.2 to 4.3 but I have an error because Laravel doesn't not re...

0 Likes
1 Replies
Solved
posted 9 years ago

IoC not using my mocks in test cases

I'm having some issues with testing. I have the testLoginStart method in the unit test here: https:/...

0 Likes
1 Replies
Solved

Inject controller name to layout

Hey guys, I'd like to inject controller and action names automatically to the returned view to add b...

0 Likes
2 Replies
Solved

Alias mystery?

Hi everyone. I am using Aliases for some of my classes in my project in App.php One alias registered...

0 Likes
0 Replies

Inject a webservice into a custom validator.

I've created a custom validator using the "extending the Validator Class" method like desc...

0 Likes
2 Replies

Add value to the Translator

Hi, I want have someting like : Lang::set('key', 'value') and Lang::set('key', array()) You have an...

0 Likes
0 Replies

Model events and validation

I'm having a curious problem that probably stems from my lack of knowledge of the IOC! I'm injecting...

0 Likes
0 Replies
posted 9 years ago

IoC bindings in package not working

Hi, im having some problems when i try to bind a class to an interface form my package serviceProvid...

0 Likes
0 Replies
posted 9 years ago

Having problems adding service provider

I'm trying to extend the Validator class. So that my text field doesn't return false when space is a...

0 Likes
2 Replies
Solved

Modular application

Hey guys, I wonder if you have ever tried to create modular application with Laravel. That is, inste...

0 Likes
5 Replies

Target [CmsBlox\MOD\PartnerInterface] is not instantiable.

When I search the error 'Target Interface is not instantiable' I get a lot of results on this error...

0 Likes
2 Replies
Solved
posted 9 years ago

How do I instantiate a new object by calling a class method via a Facade?

Is it possible to instantiate a new object by calling a class method via a Facade? I have this class...

0 Likes
4 Replies
Solved

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.