This repository has been archived by the owner on Aug 1, 2021. It is now read-only.
Version v0.3 released
This release incorporates fewer but more drastic changes to Fragments. This tag has to be created so we can start providing a stable version in Packagist.
- We've split the framework (vendor) files from the skeleton project. You can now obtain the skeleton project from Packagist, which depends on the Fragments package.
- Fragments now uses the Composer PSR-4 autoloader.
- To manage assets, we've integrated Webpack. Yarn is the recommended tool to manage node dependencies.
- Database connection settings are now provided through an .ini file at
/config/database.ini
Check our README for updated instructions.