重构个人主页页面api
Showing
with
777 additions
and
309 deletions
This diff is collapsed.
Click to expand it.
app/Http/Service/LdapManagerService.php
0 → 100644
This diff is collapsed.
Click to expand it.
app/Models/crm/EmployeeCardModel.php
0 → 100644
app/Models/queue/QueuedModel.php
0 → 100644
app/Models/user/PositionPermModel.php
0 → 100644
| ... | ... | @@ -9,13 +9,14 @@ |
| "license": "MIT", | ||
| "require": { | ||
| "php": "^7.4|^8.0", | ||
| "ext-json": "*", | ||
| "ext-openssl": "*", | ||
| "fruitcake/laravel-cors": "^2.0", | ||
| "guzzlehttp/guzzle": "^7.0.1", | ||
| "laravel/framework": "^8.75", | ||
| "laravel/sanctum": "^2.11", | ||
| "laravel/tinker": "^2.5", | ||
| "ext-json": "*", | ||
| "ext-openssl": "*" | ||
| "php-amqplib/php-amqplib": "^3.4" | ||
| }, | ||
| "require-dev": { | ||
| "facade/ignition": "^2.5", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment