源码及使用说明 — iBrand Laravel API 0.4

重要通知: Laravel + 小程序的开源电商版本源码已经在 github 上拉,欢迎提交 issue 和 star :)
开源电商 Server 端: Laravel API源码
开源电商 client 端:小程序源码

源码受权协议

源码地址: api-tutorial-source
源码协议:MITgit

MIT License

Copyright (c) 2018 https://www.ibrand.cc

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

使用

教程采用贴近项目的开发方式来进行,流程将基于 gitflow ,每一个章节都有一个分支。github

每一个章节的分支并不会删除,能够经过切换分支来查看章节中的代码。小程序

章节功能完全完成后,将合并到 develop 分支,全部功能完成后将合并到 master 分支,而且会 release 版本。segmentfault

把教程中的 注册登陆 章节来进行说明。api

1.注册登陆

  • 1.1 需求分析
  • 1.2 流程讲解
  • 1.3 验证码的发送与验证
  • 1.4 Laravel Passport 实现用户注册与登陆
  • 1.5 知识小结

注册登陆对应分支:feature/chapter-1
验证码的发送与验证对应标签:chapter-1.3this

其余章节以此类推。rest

相关文章
相关标签/搜索