Installation
Installing Glowie
To install Glowie and start a fresh new project, from your console use:
composer create-project glowieframework/glowie myapp
This will create a new Glowie application inside myapp
folder.
That's all. Incredible and simple, isn't it?
Updating from an earlier version
Updating Glowie is as simple as installing it. Just navigate to your application directory and run:
composer update
This will update Glowie core modules to the latest version available.
Important! Glowie follows Semantic Versioning standards, so don't forget to read the releases changelog and be aware of all breaking changes before running any updates.