Skip to content

Releases: reed-jones/Neocities-php

v0.2.1

10 Feb 13:29
Compare
Choose a tag to compare
  • Fix incorrect pathing for jigsaw integration. Now uploads should work as expected.

Breaking

  • fixed typo in the options protocall => protocol

v0.2.0

09 Feb 18:49
Compare
Choose a tag to compare

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