restful-api-base:Restful API基础

时间:2024-06-05 01:02:43
【文件属性】:

文件名称:restful-api-base:Restful API基础

文件大小:204KB

文件格式:ZIP

更新时间:2024-06-05 01:02:43

api laravel restful-api dingo PHP

关于restful-api-base restful-api-base 是一个基于laravel5.5框架为基准创建的一个快速开发api接口的骨架程序. 快速开发api接口. . . 整合自定义的自动刷新token中间件. Laravel友好的单元测试. 如何安装 git clone cd restful-api-base && cp .env.example .env composer install 修改.env中数据库和dingo/api的相关配置 DB_DATABASE=数据库名 DB_USERNAME=用户名 DB_PASSWORD=密码 生成应用key: php artisan key:generate 生成jwt的认证key: php artisan jwt:secret 执行数据库迁移: php artisan migrate 生成测试数据: php artisa


【文件预览】:
restful-api-base-master
----bootstrap()
--------cache()
--------app.php(2KB)
----.env.example(745B)
----.gitattributes(111B)
----public()
--------web.config(914B)
--------robots.txt(24B)
--------favicon.ico(0B)
--------js()
--------index.php(2KB)
--------css()
--------.htaccess(593B)
----database()
--------migrations()
--------.gitignore(9B)
--------factories()
--------seeds()
----artisan(2KB)
----webpack.mix.js(549B)
----config()
--------services.php(980B)
--------view.php(1004B)
--------database.php(4KB)
--------api.php(7KB)
--------jwt.php(8KB)
--------queue.php(3KB)
--------filesystems.php(2KB)
--------broadcasting.php(2KB)
--------session.php(7KB)
--------app.php(9KB)
--------auth.php(3KB)
--------cache.php(3KB)
--------mail.php(4KB)
----composer.lock(158KB)
----phpunit.xml(2KB)
----resources()
--------views()
--------assets()
--------lang()
----tests()
--------TestCase.php(163B)
--------Feature()
--------CreatesApplication.php(446B)
----.gitignore(173B)
----storage()
--------logs()
--------app()
--------framework()
----app()
--------User.php(746B)
--------Http()
--------Providers()
--------Repository()
--------Service()
--------Exceptions()
--------Console()
----readme.md(1KB)
----server.php(563B)
----routes()
--------console.php(553B)
--------channels.php(508B)
--------api.php(1KB)
--------web.php(453B)
----package.json(1KB)
----composer.json(1KB)

网友评论