承接 damoonpro/laravel 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

damoonpro/laravel

最新稳定版本:v1.0.0

Composer 安装命令:

composer create-project damoonpro/laravel

包简介

The base project configuration of Damoon company.

README 文档

README

Installation

composer create-project damoonpro/laravel

TODO : ✍️


Routes 🚀

URL METHOD REQUEST DESCRIPTION RESPONSE
v1/login/SMS POST { mobile } send a code to mobile for authentication
you can send only 1 request per 2 minute
{ message, user = { mobile } }
v1/login/SMS/verify POST { mobile, code } verify mobile to authentication.
you can send 3 request per 2 minute
{ message, token = { type, value }} or
{ message, login { message, status } }

Admin message configuration : 🧰

Description : 📚

  1. get every sms configuration that sets.
  2. update sms text. if you want to update sms text you have to put alias in update route.
URL METHOD REQUEST DESCRIPTION RESPONSE
v1/admin/config/message GET { ---- } collect sms configurations [ { alias, help, text, label }]
v1/admin/config/message/{alias}/update PUT { ---- } update message text { message, sms = { label } }

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 7
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 7
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-15