GrafiteInc CMS Versions Save

Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.

v2.3.0

7 years ago

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

v2.2.1

7 years ago

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.

v2.2.0

7 years ago

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.

v2.1.0

7 years ago

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.

v1.4.19

7 years ago

Now templates case use Markdown with the @markdown blade directive. Also numerous code quality improvements

v1.4.15

7 years ago

Improved support for packages with ServiceProviders Minor improvements Minor refactoring

v1.4.4

7 years ago

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.

v1.4.3

7 years ago

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.

v1.3.5

7 years ago

Massively improved loading time in admin section Improved Deletes with forms Improved Templates for custom modules Improved encryption of assets

v1.3.0

8 years ago

If you've set a custom app namespaces Quarx will now work with that out of the box Template updates Code clean up