szkj / install
Package description here.
dev-master
2020-12-04 10:29 UTC
Requires
- php: ^7.2
- ext-json: *
- dingo/api: ^3.0
- elasticsearch/elasticsearch: ^7.9
- guzzlehttp/guzzle: ^7.0.1
- laravel/framework: ~8.0
- php-amqplib/php-amqplib: ^2.12
- szkj/collection: 9999999-dev
- szkj/rbac: 9999999-dev
- szkj/stat: 9999999-dev
- tymon/jwt-auth: ^1.0
This package is auto-updated.
Last update: 2025-05-04 20:30:46 UTC
README
$ composer require szkj/install
Usage
安装初始化
$ php artisan szkj:install
请配置 config.szkj
'pcd'=> [ //省 'province' => '', //市 'city' => '', //区 'district' => '', ]
请配置 config.api
'errorFormat' => [ 'message' => ':message', 'errors' => ':errors', // 'code' => ':code', 'code' => ':status_code', 'debug' => ':debug', ],
请配置 api.php
'api' => [ 'driver' => 'jwt', 'provider' => 'users', 'hash' => false, ],
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- Contribute new features or update the wiki.
The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.
License
MIT