Support the ongoing development of Laravel.io →
Installation Configuration Architecture
Last updated 1 year ago.
0

Packages is the way to go, especially for modules like your administration panel. Since it will be in your vendor directory, you can treat it like a separate project with proper version control. Use a branching workflow like this - http://nvie.com/posts/a-successful-git-branching-model/ to maintain upgrades and merge them back upstream to your package for future use.

Last updated 1 year ago.
0

Yes, packages are certainly the way to go here. What I'm currently working on is a yeoman generator that will use prompts to allow the user to specify which packages they'd like to include in the initial composer.json before yeoman runs composer install. With that model in mind, you could pre-fill your packages and just check off the ones you'd like to include.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

dmongeau dmongeau Joined 24 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.

© 2024 Laravel.io - All rights reserved.