Support the ongoing development of Laravel.io →
Packages Architecture

Hi guys, I'm using "Sharel4" (http://packalyst.com/packages/package/thujohn/share) package for sharing links via social networks, the thing is that the service provider for the package is not registered automatically, yet I'm sure I installed it correctly. I'm working with creolab package for a modlar application (http://creolab.hr/2013/05/modules-in-laravel-4/), and lately I've been registering Service providers manually (I add some code lines to the autoload_classmap.php) because after running "composer dump-autoload" nothing happens, my service providers are not registered. Does anybody have any clue where the problem is ?

Last updated 3 years ago.
0
Solution

I've been able to overcome the problem described above, simply by creating a new project, and adding my modules folder to the new project, now when I run composer dump-autoload, my service providers are registered and I can see them in the classmap file.

Last updated 3 years ago.
0

Sign in to participate in this thread!

PHPverse

Your banner here too?

teeyo teeyo Joined 14 Mar 2014

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.

© 2025 Laravel.io - All rights reserved.