Skip to content

Instantly share code, notes, and snippets.

@rtablada
Created October 28, 2013 03:38
Show Gist options
  • Select an option

  • Save rtablada/7191114 to your computer and use it in GitHub Desktop.

Select an option

Save rtablada/7191114 to your computer and use it in GitHub Desktop.
What I want to do with subsplits
I have started my App Toolkit which will be a collection of my personal "essential" packages for Laravel application development.
Since I would like to include these as a single package I would like to preform subsplits similar to the way that Laravel/Framework handles subsplitting its various Illuminate components.
So without further ado, my directory structure looks like this
src
|- Rtablada
| |- AppToolKit
| |- AppBuilder
| |- MigrationPublisher
| |- PackageInstaller
I would like to be able to have the packages for AppBuilder, MigrationPublisher, and PackageInstaller mirrored within their own repositories to allow for individual package installment.
What steps would I take to go about this using subsplits and service hooks?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment