Releases: GrafiteInc/CMS
Laravel 5.4 Support
New Logo
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.
Now Multilingual
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.
New API and more!
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 with Markdown
Now templates case use Markdown with the @markdown
blade directive.
Also numerous code quality improvements
General Improvements
Improved support for packages with ServiceProviders
Minor improvements
Minor refactoring
Now with Published Dates
The core modules now support published_at or Published Dates. So you can schedule your post publishings.
Custom modules are also now supporting the archive on save event, which means changes can now be undone.
*Migration Required
This release will require you to run vendor:publish
again, and then migrate.
New Single Command Setup
All new single line install, now you can set up a new Laravel app, and with as little as one command with Quarx you can have your customizable super powerful CMS up and ready in as little as a couple minutes.
Performance Boost!
Massively improved loading time in admin section
Improved Deletes with forms
Improved Templates for custom modules
Improved encryption of assets
Now handles custom app namespaces
If you've set a custom app namespaces Quarx will now work with that out of the box
Template updates
Code clean up