Download the PHP package damoonpro/laravel without Composer
On this page you can find all versions of the php package damoonpro/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel
Description :books:
Installation
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:
- get every sms configuration that sets.
- 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 } } |
All versions of laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0.2
damoonpro/laravel-tools Version dev-main
guzzlehttp/guzzle Version ^7.2
kavenegar/laravel Version ^1.3
laravel/framework Version ^9.19
laravel/sanctum Version ^3.0
laravel/tinker Version ^2.7
damoonpro/laravel-tools Version dev-main
guzzlehttp/guzzle Version ^7.2
kavenegar/laravel Version ^1.3
laravel/framework Version ^9.19
laravel/sanctum Version ^3.0
laravel/tinker Version ^2.7
The package damoonpro/laravel contains the following files
Loading the files please wait ...