File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ composer require statikbe/laravel-filament-flexible-blocks-asset-manager
25
25
You can publish and run the migrations with:
26
26
27
27
``` 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"
29
29
php artisan migrate
30
30
```
31
31
32
32
You can publish the config file with:
33
33
34
34
``` 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"
36
36
```
37
37
38
38
Optionally, you can publish the translations using
39
39
40
40
``` 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"
42
42
```
43
43
44
44
### Setup with the Filament Flexible Content Blocks package
You can’t perform that action at this time.
0 commit comments