Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.82 KB

README.md

File metadata and controls

69 lines (43 loc) · 1.82 KB

Screenshot

Filament comments

Latest Stable Version License Downloads

Manage your comments on any models with support of reviews stars and full frontend Livewire component support for FilamentPHP

Installation

composer require tomatophp/filament-comments

after install your package please run this command

php artisan filament-comments:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentComments\FilamentCommentsPlugin::make())

Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-comments-config"

you can publish views file by use this command

php artisan vendor:publish --tag="filament-comments-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-comments-lang"

you can publish migrations file by use this command

php artisan vendor:publish --tag="filament-comments-migrations"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about security.

Credits

License

The MIT License (MIT). Please see License File for more information.