承接 tomatophp/filament-simple-theme 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Screenshot

Filament Simple Theme

Latest Stable Version License Downloads

A simple theme for FilamentPHP with custom user menu in sidebar

Screenshots

Dashboard User Menu Resource Dark Dashboard Dark Resource

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

GitHub 信息

  • Stars: 14
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-09-10