johnnywoode/quickussd

QuickUSSD 包,用于快速 USSD 开发和原型设计

2.0.2 2023-08-25 17:44 UTC

This package is auto-updated.

Last update: 2024-09-25 20:35:38 UTC


README

[![Packagist 上的最新版本][ico-version]][link-packagist] ![软件许可][ico-license] [![构建状态][ico-travis]][link-travis] [![覆盖率状态][ico-scrutinizer]][link-scrutinizer] [![质量评分][ico-code-quality]][link-code-quality] [![总下载量][ico-downloads]][link-downloads]

Laravel 10 包,用于快速 USSD 原型设计和开发

安装

通过 Composer

$ composer require johnnywoode/quickussd

##Add service provider
  "johnnywoode\quickussd\QuickUssdServiceProvider::class"

##migrate
$ php artisan migrate

##Add the following lines to your DatabaseSeeder class

Model::unguard();
$this->call(MenusTableSeeder::class);
$this->call(MenuItemsTableSeeder::class);

##Seed only if you need sample app
$ php artisan db:seed

使用方法

变更日志

请参阅 CHANGELOG 了解最近的变化。

测试

$ composer test

贡献

请参阅 CONTRIBUTINGCONDUCT 了解详细信息。

安全性

如果您发现任何安全问题,请通过电子邮件 leo@devs.mobi 而不是使用问题跟踪器。

鸣谢

  • [johnnywoode][link-author]
  • [所有贡献者][link-contributors]

许可

MIT 许可证 (MIT)。有关更多信息,请参阅 许可文件