aifst/laravel-messages
最新稳定版本:2.0.9
Composer 安装命令:
composer require aifst/laravel-messages
包简介
Messages package for Laravel 5.6 and up
关键字:
README 文档
README
- You can install the package via composer:
composer require "aifst/laravel-messages:^1.0.0"
- Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [ // ... Aifst\MessagesServiceProvider::class, ];
- You should publish the migration and the config/messages.php config file with:
php artisan vendor:publish --provider="Aifst\MessagesServiceProvider"
统计信息
- 总下载量: 88
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-07