New Laravel 5.4 support
Added
- New history and revert actions
- New module composer packager
- New internal analytics component
Fixed
- Parts of module generating
Changed
- Rollback no longer generates an archive
Unclaimed project
Are you a maintainer of CMS? Claim this project to take control of your public changelog and roadmap.
Changelog
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Added
Fixed
Changed
With the new logo were offering even more customizations to the UI so you give your backend the right feel.
Archives and translations are now handled as migrations within the package, and when items are deleted so are the archives and translations.
Otherwise just general fine tuning.
The biggest change yet to Quarx in v2, we now have full multilingual support. For new projects everything should be good to go. For older projects you'll need to publish the new assets and run the migration to get the translations table. Also make sure you update your config to fill in the missing pieces.
Now Quarx comes with a handy API for basic requests, as well as simple setup updates and a renaming of core modules Models and Repositories to singular rather than plural names.
Now templates case use Markdown with the @markdown blade directive.
Also numerous code quality improvements