you are reading the documentation for version
v1
our latest version is
v2
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/replies
On this page
Configuration
Configuration
to configure the plugin Replies, you can pass the configuration to the plugin in adminPanelProvider
these all the available configuration, and their defaults values
1RepliesPlugin::make()2 ->models([3 'User' => config('auth.providers.users.model'),4 'Comment' => \LaraZeus\Replies\Models\Comment::class,5 ])
Configuration File
use the file zeu-replies.php, to customize the global configuration.
to publish the configuration:
1php artisan vendor:publish --tag=zeus-replies-config