LaravelPackages.net
Acme Inc.
Toggle sidebar
damoonpro/laravel

The base project configuration of Damoon company.

6
7
v1.0.0
About damoonpro/laravel

damoonpro/laravel is a Laravel package for the base project configuration of damoon company.. It currently has 7 GitHub stars and 6 downloads on Packagist (latest version v1.0.0). Install it with composer require damoonpro/laravel. Discover more Laravel packages by damoonpro or browse all Laravel packages to compare alternatives.

Last updated

Description :books:

Installation

composer create-project damoonpro/laravel

TODO : ✍️


Routes :rocket:

| 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 : :books:

  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 } } |

Star History Chart