Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
celia514 authored Jul 25, 2024
1 parent 708345f commit b8cef00
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ public function panel(Panel $panel): Panel
}
```

## Publishing Configuration file
To publish the configuration file, use:
```bash
php artisan vendor:publish --provider="Solutionforest\FilamentScaffold\FilamentScaffoldServiceProvider" --tag="filament-scaffold-config"
```
You can turn to false to unable the form.
```bash
return [
'enabled' => false,
];
```

## Usage
In your admin page will have a Scaffolds from. You can choose the table from the connected database or create other table in the form. Then, you can click the "Create" button to create the reesource, model or migration.

Expand All @@ -43,8 +55,7 @@ In your admin page will have a Scaffolds from. You can choose the table from the
## Preview

https://github.com/user-attachments/assets/afd98d2e-3e36-4f59-b103-c13ad66df7ca

https://github.com/user-attachments/assets/2978ea6c-876e-44f4-908a-a6f4bd48fc6f

![image](https://github.com/user-attachments/assets/6c8cdc4b-1330-487a-acab-17cf94f93f82)
![image](https://github.com/user-attachments/assets/c5f6a10f-139d-4344-b135-59f3d18acb30)
Expand Down

0 comments on commit b8cef00

Please sign in to comment.