Skip to content

Commit

Permalink
Aggiungi comando per creare una pagina di configurazione
Browse files Browse the repository at this point in the history
  • Loading branch information
inerba committed Feb 6, 2024
1 parent 9487c50 commit 00ab15d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ php artisan migrate
Create a configuration page using the following command along with the name of the page:

```bash
php artisan make:settings website
php artisan make:settings website

# or specify panel
php artisan make:settings website panelname
```

This will create a Filament Page and a corresponding view. Next, modify the page file to add the fields you wish to
Expand Down

0 comments on commit 00ab15d

Please sign in to comment.