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

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

开源电商 Server 端: Laravel API源码

开源电商 client 端:小程序源码

源码授权协议

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

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 ,每个章节都有一个分支。

每个章节的分支并不会删除,可以通过切换分支来查看章节中的代码。

章节功能彻底完成后,将合并到 develop 分支,所有功能完成后将合并到 master 分支,并且会 release 版本。

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

1.注册登录

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

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

其他章节以此类推。

    原文作者:iBrand
    原文地址: https://segmentfault.com/a/1190000014828256
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞