kennethtomagan/laravel-6-api-boilerplate
Composer 安装命令:
composer create-project kennethtomagan/laravel-6-api-boilerplate
包简介
A Laravel 6 API Boilerplate to create a ready-to-use REST API. User Authentication using JWT.
关键字:
README 文档
README
This is a boilerplate for writing RESTful API projects using Laravel, a "Starter Kit" you can use to build your API in seconds.
Packages:
- JWT-Auth - tymondesigns/jwt-auth
- Laravel-CORS barryvdh/laravel-cors
Require:
- PHP: ^7.2
Features
- JWT Authentication
- Basic Features: Registration, Login, Update Profile & Password
- JSON API Format response.
- Unit/Feature Testing.
- Frontend Vue.js starter kit ready example ( https://github.com/kennethtomagan/Vue-CLI-Boilerplate ).
Installation
composer create-project kennethtomagan/laravel-6-api-boilerplate myNewProject;
Install Dependencies
$ composer install
Configure the Environment
Create .env file:
$ cat .env.example > .env
Run php artisan key:generate and php artisan jwt:secret
Migrate and Seed the Database
$ php artisan migrate:fresh --seed
Route API Endpoint
- Postman API Documentation Starter Kit https://documenter.getpostman.com/view/880526/SVtN3BkG?version=latest
| Verb | URI | Controller | Notes |
|---|---|---|---|
| POST | http://localhost:8000/api/auth/login |
AuthController | to do the login and get your access token |
| POST | http://localhost:8000/api/auth/register |
RegisterController | to create a new user into your application |
| POST | http://localhost:8000/api/auth/recovery |
ForgotPasswordController | to recover your credentials; |
| POST | http://localhost:8000/api/auth/reset |
ResetPasswordController | to reset your password after the recovery (setup your mail credentials in .env file to avoid error); |
| POST | http://localhost:8000/api/auth/logout |
LogoutController | to log out the user by invalidating the passed token; |
| GET | http://localhost:8000/api/profile |
ProfileController | to get current user data |
| PUT | http://localhost:8000/api/profile |
ProfileController | to update current user data |
| PUT | http://localhost:8000/api/profile/password |
ProfileController | to update current user password |
kennethtomagan/laravel-6-api-boilerplate 适用场景与选型建议
kennethtomagan/laravel-6-api-boilerplate 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 222 次下载、GitHub Stars 达 49, 最近一次更新时间为 2019 年 10 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「api」 「boilerplate」 「laravel」 「jwt」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kennethtomagan/laravel-6-api-boilerplate 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kennethtomagan/laravel-6-api-boilerplate 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kennethtomagan/laravel-6-api-boilerplate 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP class to extend when building a WordPress plugin allowing you to follow smart plugin setup standards.
Anax htmlform module.
A PSR-7 compatible library for making CRUD API endpoints
Laravel 5.7 Boilerplate based on Bootstrap 4 and Tabler for Backend.
WordPress Plugin Framework
Alfabank REST API integration
统计信息
- 总下载量: 222
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 49
- 点击次数: 9
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-03