Public list of features.
modules_statuses.json
Set Roadmap to true
(enabled) or false
(disabled).
modules/Roadmap/database/migrations
folder or publish migrations to your application’s migrations
folder.
resources/js/Modules/Roadmap
folder where you can update them as you wish.
config
file and update the settings to fit your application.
true
Set author_can_vote
to true
to allow authors to upvote their own features.
Set author_can_vote
to false
to prevent authors to upvote their own features.
true
Set downvotes_enabled
to true
to enable downvotes.
Set downvotes_enabled
to false
to disable downvotes.
true
Set must_be_authenticated
to true
to allow creation of new features only for authenticated users.
Set must_be_authenticated
to false
to allow guests (non-authenticated users) to create new features.
false
Set must_be_subscribed
to true
to allow creation of new features and comments only for subscribed users.
When true
the must_be_authenticated
value will be ignored since subscribed users must be authenticated to get correct data.