Modules
Changelog
Public history of application updates.
Enable/disable module
Via terminal
Manually
modules_statuses.json
Set Changelog to true
(enabled) or false
(disabled)
Override files
To override tables for database, you can either update original migration file in modules/Changelog/database/migrations
folder or publish migrations to your application’s migrations
folder.
To override templates, publish them using this command. Files will be copied to resources/js/Modules/Changelog
folder where you can update them as you wish.
Upon calling this command you will be prompted to copy files for admin area, which is disabled by default.
It’s recommended to publish files if you need to update anything.