Skip to content

Commit

Permalink
Merge pull request #952 from nexco-lk/site-settings-upgrade
Browse files Browse the repository at this point in the history
site settings upgrade
  • Loading branch information
Raza9798 authored Oct 5, 2024
2 parents 7f464d4 + 6d4dfe1 commit 6898757
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 39 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"filament/filament": "*",
"filament/spatie-laravel-media-library-plugin": "^3.2",
"guzzlehttp/guzzle": "^7.8",
"intelrx/sitesettings": "^1.0",
"intelrx/sitesettings": "^2.0",
"joelbutcher/socialstream": "^6.0",
"laravel/framework": "^11.0",
"laravel/jetstream": "^5.1",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
// App\Providers\TeamServiceProvider::class,
App\Providers\JetstreamServiceProvider::class,
App\Providers\FortifyServiceProvider::class,
Intelrx\Sitesettings\SitesettingsProvider::class,
Spatie\MediaLibrary\MediaLibraryServiceProvider::class,
])->toArray(),

Expand All @@ -201,7 +200,6 @@

'aliases' => Facade::defaultAliases()->merge([
// 'Example' => App\Facades\Example::class,
'SiteConfig' => Intelrx\Sitesettings\SiteConfig::class,
])->toArray(),

];
2 changes: 1 addition & 1 deletion public/css/filament/filament/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/filament/forms/forms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/date-time-picker.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions public/js/filament/forms/components/file-upload.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/filament/forms/components/markdown-editor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/filament/forms/components/rich-editor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions public/js/filament/support/support.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/js/filament/widgets/components/chart.js

Large diffs are not rendered by default.

0 comments on commit 6898757

Please sign in to comment.