Support the ongoing development of Laravel.io →

shaggyz

Joined 22 May 2014

Statistics

Threads 2
Replies 4
Solutions 0
Articles 0

Alter package configuration from another package

Hi all, I have a laravel package that requires other packages via composer dependencies (let's say t...

0 Likes
2 Replies

IoC Container resolution error

Hi all, i'm fighting with IoC container. My goal is to have dependency injection as in the documenta...

0 Likes
6 Replies
Solved
replied 9 years ago

Alter package configuration from another package

codextends said: You can use laravel runtime configuration (Config::set) from your package service...

0 Likes
replied 9 years ago

DB:select toArray()

You can do this: $resultArray = json_decode(json_encode($result), true); But, you know, the best ap...

0 Likes
replied 9 years ago

IoC Container resolution error

Yes! Thanks Anthony and Ollie, I guess there is an issue in docs because there are a lot of ways to...

0 Likes
replied 9 years ago

IoC Container resolution error

Thanks for your fast answer atrakeur atrakeur said: Try to replace SliderRepository by \Site\Reposi...

0 Likes

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.