muhammad_hamad/filament-info

AwaTechCompany的信息

dev-main 2024-05-04 07:20 UTC

This package is auto-updated.

Last update: 2024-09-04 07:57:29 UTC


README

此插件用于添加有关您的项目的信息

安装

composer require mohammed_hamad/filament-info 

配置

      ->plugins([
                   FilamentInfoPlugIn::make()
                     ->brandLogo(asset('https://freepngimg.com/download/business/70298-management-business-icons-consultant-company-social-marketing.png'))
                    ->icon( 'heroicon-o-information-circle')
                    ->modalHeading('Filament Info')
                    ->modalDescription('This Plugin Use to Add and Info About Your Project')
                    ->websiteUrl('https://packagist.org.cn/packages/mohammed_hamad/filament-info')
                    ->phoneNumbers([
                        '+9647831193514'
                    ])->emails([
                        'mhammadjalal556@gmail.com',
                        'hamaj4095@gmail.com',
                        'hamaj4096@gmail.com'
                                ])
                    ->addresses([
                        'erbil Iraq',
                    ])
      ])

屏幕截图