Skip to content

Commit

Permalink
final updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Sep 26, 2023
1 parent 632dca1 commit d7c113f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 71 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ php artisan make:filament-user
- create your first layout and set the slug in the 'AdminPanelProvider' file:
```php
RainPlugin::make()
->defaultLayout('home-page')
->defaultLayout('new-page')
```
the default is: `home-page`.

Expand Down
2 changes: 1 addition & 1 deletion app/Providers/Filament/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function panel(Panel $panel): Panel
BoltPlugin::make()
->boltPrefix('forms'),
RainPlugin::make()
->defaultLayout('home-page')
->defaultLayout('new-page')
->rainPrefix('/home'),

FilamentNavigation::make(),
Expand Down
69 changes: 1 addition & 68 deletions composer.lock

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

2 changes: 1 addition & 1 deletion config/zeus.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* zeus::themes.daisy.layouts.app
* zeus::themes.another-portfolio.layouts.app
*/
'layout' => 'zeus::themes.daisy.layouts.app',
'layout' => 'zeus::themes.another-portfolio.layouts.app',

/**
* this will be set up the default seo site title. read more about it in 'laravel-seo'.
Expand Down

0 comments on commit d7c113f

Please sign in to comment.