johnnywoode/quickussd 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

johnnywoode/quickussd

最新稳定版本:2.0.2

Composer 安装命令:

composer require johnnywoode/quickussd

包简介

QuickUSSD package for quick ussd development and prototyping

README 文档

README

[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads]

Laravel 10 package for quick USSD prototyping and development

Install

Via 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

Usage

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email leo@devs.mobi instead of using the issue tracker.

Credits

  • [johnnywoode][link-author]
  • [All Contributors][link-contributors]

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-08-25