On this page
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