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

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

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

tomatophp/filament-splade

最新稳定版本:v1.0.0

Composer 安装命令:

composer require tomatophp/filament-splade

包简介

Integration of Splade Vue Components for Filament

README 文档

README

Screenshot

Filament Splade Integration

Latest Stable Version PHP Version Require License Downloads

Integration of Splade Vue Components for Filament

NOTE: this project still out of filament style, and we are working to move style to filament for all component and merge the component to the Form/Table Components.

Screenshots

Screenshot Screenshot Screenshot Screenshot

Installation

composer require tomatophp/filament-splade

after install your package please run this command

php artisan filament-splade:install

now you need to build your js assets

yarn
yarn build

Usage

to make any page or resource interact with splade you just need to use this trait

use TomatoPHP\FilamentSplade\Traits\InteractsWithSplade;

now you can use any splade component inside your resource.

if you like to use splade everywhere reigster the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentSplade\FilamentSpladePlugin::make())

and make sure that you are global_allow => true on the config file.

Register Splade Exceptions

on your boostrap/app.php file add this line

->withExceptions(function (Exceptions $exceptions) {
    $exceptions->renderable(function (\Illuminate\Foundation\Exceptions\Handler $e) {
        return \ProtoneMedia\Splade\SpladeCore::exceptionHandler($e);
    });
})

Publish Assets

you can publish config file by use this command

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

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.

统计信息

  • 总下载量: 250
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-04-08