mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
improve load speed by cleaning the resources to reduce the number of queries submitted per request
This commit is contained in:
+2
-1
@@ -7,7 +7,7 @@
|
||||
"require": {
|
||||
"php": "^7.3",
|
||||
"ext-fileinfo": "^7.3",
|
||||
"ext-json": "^1.7",
|
||||
"ext-json": "*",
|
||||
"barryvdh/laravel-dompdf": "^0.9.0",
|
||||
"carlos-meneses/laravel-mpdf": "^2.1",
|
||||
"doctrine/dbal": "^3.1",
|
||||
@@ -21,6 +21,7 @@
|
||||
"rinvex/countries": "^6.1",
|
||||
"spatie/laravel-activitylog": "^3.14",
|
||||
"spatie/laravel-permission": "^4.2",
|
||||
"staudenmeir/eloquent-has-many-deep": "^1.7",
|
||||
"tymon/jwt-auth": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
Reference in New Issue
Block a user