tomatophp/filament-simple-theme
最新稳定版本:v1.0.2
Composer 安装命令:
composer require tomatophp/filament-simple-theme
包简介
A simple theme for FilamentPHP with custom user menu in sidebar
README 文档
README
Filament Simple Theme
A simple theme for FilamentPHP with custom user menu in sidebar
Screenshots
Installation
composer require tomatophp/filament-simple-theme
after install your package please run this command
php artisan filament-simple-theme:install
now run npm
npm i && npm run dev
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentSimpleTheme\FilamentSimpleThemePlugin::make())
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="filament-simple-theme-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-simple-theme-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-simple-theme-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-simple-theme-migrations"
Other Filament Packages
Checkout our Awesome TomatoPHP
统计信息
- 总下载量: 6.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-10





