paginator refactoring and implementation into the routes

This commit is contained in:
Čarodej
2022-05-24 18:19:34 +02:00
parent 31218240ae
commit b9975de700
61 changed files with 1215 additions and 829 deletions

View File

@@ -164,7 +164,7 @@ return [
'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_FROM_NAME', 'Example'),
'name' => env('MAIL_FROM_NAME', 'Example'),
],
],
],
@@ -178,7 +178,7 @@ return [
[
'name' => env('APP_NAME', 'vuefilemanager-backup'),
'disks' => [
env('FILESYSTEM_DISK', 'local')
env('FILESYSTEM_DISK', 'local'),
],
'health_checks' => [
\Spatie\Backup\Tasks\Monitor\HealthChecks\MaximumAgeInDays::class => 1,

View File

@@ -62,7 +62,7 @@ return [
],
'paginate' => [
'perPage' => 8,
'perPage' => env('PAGINATE_RECORDS_PER_PAGE', 25),
],
// The update versions which need to run upgrade process