Support the ongoing development of Laravel.io →
Configuration Packages Architecture
Last updated 2 years ago.
0

Im building the same thing. What i did is that i created a core package:

  • Login
  • Dashboard
  • Settings
  • Admin theme

Then i created other package that extends the core package to keep it modular. It used the admin theme from the core package.

This way you can keep the packages structured with their own files, views, lang, css, js etc.

0

Thanks for your response Justin.

So your core module contains all the logic for modules like 'Login', 'Dashboard', 'Settings' and 'Admin'? I would love to hear how this is set up. Also, what is "the other package" and how do you extend a module? Do you mean extend other module's classes or in what way?

Last updated 9 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.