laraxot / module_notify_fila3
专门管理通知的模块
0.0.1
2024-03-25 15:17 UTC
Requires
- filament/filament: *
- illuminate/contracts: *
- illuminate/support: *
- kreait/laravel-firebase: ^5.3
- laraxot/module_media_fila3: dev-master
- laraxot/module_xot_fila3: dev-master
- phpdocumentor/type-resolver: *
- thecodingmachine/safe: ^2.5
Requires (Dev)
- barryvdh/laravel-ide-helper: *
- driftingly/rector-laravel: ^0.26.2
- enlightn/enlightn: ^2.7
- fakerphp/faker: *
- friendsofphp/php-cs-fixer: *
- larastan/larastan: ^2.7
- laravel/pint: ^1.13
- nesbot/carbon: *
- nette/php-generator: *
- nunomaduro/phpinsights: ^2.11
- orchestra/testbench: ^8.22
- pestphp/pest: *
- pestphp/pest-plugin-laravel: *
- phpunit/phpunit: *
- psalm/plugin-laravel: ^2.8
- rector/rector: ^1.0
- spatie/laravel-typescript-transformer: *
- spatie/pest-plugin-snapshots: *
- spatie/phpunit-snapshot-assertions: *
- spatie/test-time: *
- symplify/phpstan-rules: *
- thecodingmachine/phpstan-safe-rule: ^1.2
- tightenco/duster: ^2.2
- vimeo/psalm: ^5.17
This package is auto-updated.
Last update: 2024-09-27 20:07:18 UTC
README
专门用于管理通知的模块(电子邮件、短信等)
将模块添加到项目基础中
在 laravel/Modules 文件夹内
git submodule add https://github.com/laraxot/module_notify_fila3.git Notify
检查模块是否激活
php artisan module:list
如果未激活,则启用
php artisan module:enable Notify
执行迁移
php artisan module:migrate Notify