tomatophp / filament-developer-tools
Developer tools to manage and build apps on FilamentPHP
Fund package maintenance!
3x1io
Requires
- php: ^8.1|^8.2
- tomatophp/console-helpers: ^1.1
This package is auto-updated.
Last update: 2024-11-09 13:08:01 UTC
README
Filament developer tools
Developer tools to manage and build apps on FilamentPHP
Installation
composer require tomatophp/filament-developer-tools
after install your package please run this command
php artisan filament-developer-tools:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentDeveloperTools\FilamentDeveloperToolsPlugin::make())
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="filament-developer-tools-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-developer-tools-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-developer-tools-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-developer-tools-migrations"
Support
you can join our discord server to get support TomatoPHP
Docs
you can check docs of this package on Docs
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.