Added ability to make starter with a different codebase.
In .env we can change the Packagist repo to something other than the starter site, or we can clone our own codebase folder and run make starter from that.
To test:
Run make starter as normal to get fresh starter site
make clean
Change the CODEBASE_PACKAGE variable in .env to another Packagist repo and run make starter to get a fresh install from that repo instead of the starter site
make clean
Put your own codebase folder in the isle-dc directory and run make starter. Instead of trying to pull from packagist it will just copy that into the container and run composer install
Added ability to make starter with a different codebase.
In .env we can change the Packagist repo to something other than the starter site, or we can clone our own codebase folder and run
make starter
from that.To test:
make starter
as normal to get fresh starter sitemake clean
make starter
to get a fresh install from that repo instead of the starter sitemake clean
make starter
. Instead of trying to pull from packagist it will just copy that into the container and run composer install