FusionCMS is currently in an open beta state and under heavy active development.

Commands

Here's a couple Artisan commands caked into FusionCMS that you may find useful.

Commands

Command Description
fusion:flush Flush the various Fusion caches.
fusion:install Install and publish all of Fusion resources.
fusion:publish Publish all of the Fusion resources.
fusion:sync Sync Fusion themes, modules and settings.
fusion:uninstall Uninstall Fusion.

Usage

fusion:flush

Combines a couple cache clearing command calls (i.e. cache:clear, view:clear, route:clear).

fusion:install

Sets up a fresh install of FusionCMS.

Will enables maintainence mode.

fusion:publish

Publish and Theme updates. Run this command if you make changes to a Theme and don't notice any differences.

fusion:sync

Sync as in adding non-existent content and removing un-used content. This command will synchronize data such as custom settings, permissions, notifications.

fusion:uninstall

  • Clears out published assets.
  • Clears out user assets (i.e. all assets in File Manager).
  • Removes all Builder model files.
  • Deep cache clean.
  • Deletes .env & composer.lock file.
  • Deletes database.

Will enables maintainence mode.

Have questions?

We're always happy to help with code or other questions you might have. Contact support or chat live with us on Discord.

Last edited on Friday, January 29, 2021 (3 years ago)