I was wondering if there's a tutorial for getting a FuelPHP 1.3 app running with composer. As of now, I'm using submodules for the following
fuel/core
fuel/packages/auth
fuel/packages/email
fuel/packages/fuel-ninjauth
fuel/packages/oauth
fuel/packages/oauth2
I see the fuel/legacy and fuel/static packages but I'm not sure how they should be implemented.
I just want to map my submodules to packages so I can deploy this on phpFog.
Anyone have tips or suggestions on change of direction here? Any services better than phpFog that use submodules and git deployment? Thanks!
Don't mix up things.
You're mentioning 1.3 and a list of 1.3 repo's, and 1.3 doesn't use composer. Composer is used for 2.0, and the legacy and static packages (which are in the fuelphp repo's, not in fuel) are 2.0 packages.
Having said that, I have no experience with PHPFog, I know that Pagodabox supports FuelPHP.