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 ?
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community