Skip to content

Commit

Permalink
Update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Oct 5, 2023
1 parent de11ba1 commit bd9157a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/getting-started/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ title: Upgrading
weight: 100
---


## upgrade to v3.2

in v3.2 I refactor the configuration, to separate the frontend configuration from filament related ones.
this case issues when having multiple panels.
In v3.2, I refactored the configuration to separate the frontend configuration from filament-related ones.
This causes an issue when having multiple panels.

first publish the config file by running:
1. First, publish the config file by running the command:

```bash
php artisan vendor:publish --tag="zeus-sky-config" --force
```

now move your configuration form your panel provider to the `zeus-sky` config file.
2. move your configuration from your panel provider to the `zeus-sky` config file.

so these are the deprecated configuration methods:
So these are the deprecated configuration methods:

```php

Expand All @@ -33,6 +34,7 @@ so these are the deprecated configuration methods:

```


## upgrade from 2 to 3

to upgrade `Sky` from v2 to v3 please check this [upgrade guid](https://larazeus.com/docs/core/v3/upgrade)

0 comments on commit bd9157a

Please sign in to comment.