la-storage:《 PHP微服务练兵》系列教程源码https

时间:2024-04-11 21:10:10
【文件属性】:

文件名称:la-storage:《 PHP微服务练兵》系列教程源码https

文件大小:25KB

文件格式:ZIP

更新时间:2024-04-11 21:10:10

系统开源

文件储存 基于Lumen框架的文件上传接口,《 PHP微服务练兵》系列源码 安装 现有环境 git clone https://github.com/donjan-deng/la-storage.git cd la-storage composer install 复制.env.example为.env,并编辑好配置 Docker安装 docker run -d --name storage \ --restart=always \ -p 3000:80 \ donjan/la-storage docker exec -it storage bash cd /app 复制.env.example为.env,并编辑好配置


【文件预览】:
la-storage-master
----bootstrap()
--------app.php(3KB)
----.env.example(537B)
----public()
--------index.php(897B)
--------.htaccess(593B)
----database()
--------migrations()
--------factories()
--------seeds()
----Dockerfile(2KB)
----artisan(1KB)
----config()
--------logging.php(1KB)
--------filesystems.php(643B)
--------app.php(53B)
--------service.php(67B)
----phpunit.xml(878B)
----Jenkinsfile(1KB)
----resources()
--------views()
----.styleci.yml(139B)
----.editorconfig(213B)
----tests()
--------TestCase.php(279B)
--------ExampleTest.php(337B)
----.gitignore(98B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------Listeners()
--------User.php(716B)
--------Jobs()
--------Http()
--------Providers()
--------Events()
--------Exceptions()
--------Console()
----readme.md(518B)
----routes()
--------web.php(575B)
----composer.json(1KB)

网友评论