文件名称:la-user-center:《 PHP微服务练兵》系列教程源码https
文件大小:54KB
文件格式:ZIP
更新时间:2024-04-11 15:52:16
系统开源
用户中心 基于Hyperf框架的用户中心,《 PHP微服务练兵》系列教程源码 安装 注意,使用的mysql未启用sql_model的ONLY_FULL_GROUP_BY,STRICT_ALL_TABLES 现有环境 git clone https://github.com/donjan-deng/la-user-center.git cd la-user-center composer install 复制.env.example为.env,并编辑好配置 # 运行数据库迁移 php bin/hyperf.php migrate # 运行数据填充 php bin/hyperf.php db:seed --path=seeders/user_table_seeder.php php bin/hyperf.php db:seed --path=seeders/permission_table_s
【文件预览】:
la-user-center-master
----.php_cs(3KB)
----.gitignore(143B)
----Dockerfile(2KB)
----app()
--------Exception()
--------Middleware()
--------JsonRpc()
--------Request()
--------Controller()
--------Model()
--------Listener()
--------Helpers()
----.env.example(494B)
----bin()
--------hyperf.php(714B)
----storage()
--------languages()
----.gitlab-ci.yml(1KB)
----composer.json(3KB)
----deploy.test.yml.bak(580B)
----seeders()
--------permission_table_seeder.php(3KB)
--------user_table_seeder.php(618B)
----README.md(1KB)
----phpunit.xml(695B)
----config()
--------routes.php(2KB)
--------config.php(694B)
--------autoload()
--------container.php(735B)
----migrations()
--------2019_12_06_164358_create_permission_tables.php(4KB)
--------2019_10_31_100153_create_wx_user_table.php(1KB)
--------2019_10_31_100142_create_user_table.php(1KB)
----phpstan.neon(339B)
----Jenkinsfile(1KB)
----test()
--------bootstrap.php(746B)
--------HttpTestCase.php(968B)
--------Cases()
----watch(4KB)
----init-proxy.sh(77B)