[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
13
vendor/filament/support/docs/09-stubs.md
vendored
Normal file
13
vendor/filament/support/docs/09-stubs.md
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: Stubs
|
||||
---
|
||||
|
||||
## Publishing the stubs
|
||||
|
||||
If you would like to customize the files that are generated by Filament, you can do so by publishing the "stubs" to your application. These are template files that you can modify to your own preferences.
|
||||
|
||||
To publish the stubs to the `stubs/filament` directory, run the following command:
|
||||
|
||||
```bash
|
||||
php artisan vendor:publish --tag=filament-stubs
|
||||
```
|
||||
Reference in New Issue
Block a user