Skip to content

Commit 551d26f

Browse files
authored
Update README.md
fix vendor publish namespace
1 parent b4d87fa commit 551d26f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ composer require statikbe/laravel-filament-flexible-blocks-asset-manager
2525
You can publish and run the migrations with:
2626

2727
```bash
28-
php artisan vendor:publish --tag="laravel-filament-flexible-blocks-asset-manager-migrations"
28+
php artisan vendor:publish --tag="filament-flexible-blocks-asset-manager-migrations"
2929
php artisan migrate
3030
```
3131

3232
You can publish the config file with:
3333

3434
```bash
35-
php artisan vendor:publish --tag="laravel-filament-flexible-blocks-asset-manager-config"
35+
php artisan vendor:publish --tag="filament-flexible-blocks-asset-manager-config"
3636
```
3737

3838
Optionally, you can publish the translations using
3939

4040
```bash
41-
php artisan vendor:publish --tag="laravel-filament-flexible-blocks-asset-manager-translations"
41+
php artisan vendor:publish --tag="filament-flexible-blocks-asset-manager-translations"
4242
```
4343

4444
### Setup with the Filament Flexible Content Blocks package

0 commit comments

Comments
 (0)