api-boilerplate:Laravel API样板供个人使用

时间:2021-05-24 07:14:03
【文件属性】:
文件名称:api-boilerplate:Laravel API样板供个人使用
文件大小:89KB
文件格式:ZIP
更新时间:2021-05-24 07:14:03
PHP Laravel 6(LTS)后端API样板 Laravel 6(LTS)后端API入门项目工具包模板/样板。 特征 Laravel 6(最新的v6.3)(长期支持/ LTS) 针对API后端进行了优化(无UI /视图) 前端Vue.js入门套件已准备就绪 使用JWT进行身份验证 基本功能:注册,登录,忘记密码,更新配置文件和密码 单元和功能测试 标准编码样式和简洁代码 角色和权限(待办事项) 授权与政策(待办事项) 安装 运行composer create-project --prefer-dist cleancode-id/laravel6-api-boilerplate 编辑.env并设置您的数据库连接详细信息 运行php artisan key:generate和php artisan jwt:secret 运行php artisan migrate:fresh --s
【文件预览】:
api-boilerplate-master
----.gitignore(170B)
----app()
--------Providers()
--------Exceptions()
--------Http()
--------Console()
--------Notifications()
--------Entities()
----.env.example(753B)
----bootstrap()
--------app.php(2KB)
--------cache()
----package.json(1013B)
----resources()
--------lang()
--------sass()
--------js()
--------views()
----server.php(563B)
----storage()
--------app()
--------framework()
--------logs()
----.styleci.yml(94B)
----.travis.yml(435B)
----public()
--------.htaccess(593B)
--------robots.txt(24B)
--------index.php(2KB)
--------favicon.ico(0B)
--------web.config(1KB)
----composer.json(2KB)
----composer.lock(186KB)
----phpunit.xml(1KB)
----tests()
--------TestCase.php(239B)
--------bootstrap.php(734B)
--------Unit()
--------Feature()
--------CreatesApplication.php(380B)
----config()
--------database.php(5KB)
--------services.php(950B)
--------session.php(7KB)
--------cache.php(3KB)
--------auth.php(3KB)
--------cors.php(550B)
--------app.php(9KB)
--------hashing.php(2KB)
--------mail.php(5KB)
--------logging.php(3KB)
--------broadcasting.php(2KB)
--------jwt.php(10KB)
--------filesystems.php(2KB)
--------view.php(1KB)
--------queue.php(3KB)
----artisan(2KB)
----database()
--------.gitignore(26B)
--------factories()
--------migrations()
--------seeds()
----readme.md(2KB)
----routes()
--------console.php(553B)
--------channels.php(508B)
--------web.php(453B)
--------api.php(1KB)
----webpack.mix.js(538B)
----.gitattributes(111B)
----.editorconfig(220B)

网友评论