add laravel telescope and fix paginate
app/Jobs/ExportChunkJob.php
0 → 100644
app/Jobs/ExportReportJob.php
0 → 100644
... | ... | @@ -11,6 +11,7 @@ |
"jfcherng/php-diff": "^6.16", | ||
"laravel/framework": "^9.5", | ||
"laravel/sanctum": "^3.0", | ||
"laravel/telescope": "^5.2", | ||
"laravel/tinker": "^2.7", | ||
"livewire/livewire": "^2.12", | ||
"maatwebsite/excel": "^3.1" | ||
... | ... |
config/telescope.php
0 → 100644
... | ... | @@ -42,7 +42,9 @@ |
"gridjs": "^6.0.6", | ||
"highlight.js": "^11.7.0", | ||
"jquery": "^3.7.1", | ||
"laravel-echo": "^1.16.1", | ||
"prismjs": "^1.29.0", | ||
"pusher-js": "^8.4.0-rc2", | ||
"quill": "^2.0.2", | ||
"simplebar": "^6.2.1", | ||
"sortablejs": "^1.15.0", | ||
... | ... |
Please register or sign in to comment