Support the ongoing development of Laravel.io →
Configuration Database Packages

Hello guys, i just started to use laravel, and i was able to create a new HMVC system following this tutorial http://creolab.hr/2013/05/modules-in-laravel-4/

i was wondering , if there a anyway to make a panel where you can install/enable/disable a module,

right now i create my "module" , but to be able to use it, i need to add the namespace in app.php , and then i need to run "composer dump-autload", in order to add this new code,

my initial plan was create a panel where i can automate this process , but when i was working in doing it, i came across that is not a easy thing to do,

  1. i wanted to add the new namespace to the array inside app.php, just looking to the database and then add it, but i dont have database access

  2. run composer dump-autoload is always necesary

, any ideas how to achived this?

Last updated 2 years ago.
0

The orchestra package might be doing what you're looking for.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

hgouveia hgouveia Joined 22 Feb 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.