Releases: reed-jones/Neocities-php
Releases · reed-jones/Neocities-php
v0.2.1
v0.2.0
Now with Jigsaw integration.
Register the plugin in bootstrap.php
Jigsaw::mixin(new \ReedJones\Neocities\NeocitiesDeployment($container));
and add a key to your .env file
# .env
NEO_CITIES_API_KEY="YOUR_API_KEY_HERE"
And now to deploy...
# Build & deploy your 'production' build
./vendor/bin/jigsaw deploy production