naturalGroove / laravel-filament-image-generator-field

A Laravel Filament plugin that generates images using AI
MIT License
7 stars 3 forks source link

No publishable resources for tag [laravel-filament-image-generator-field-config]. #1

Closed bardolf69 closed 1 week ago

bardolf69 commented 2 months ago

When I try to run php artisan vendor:publish --tag="laravel-filament-image-generator-field-config" I get No publishable resources for tag [laravel-filament-image-generator-field-config].

Same with php artisan vendor:publish --tag="laravel-filament-image-generator-field-views"

naturalGroove commented 1 week ago

There was wrong commands to publish views and config file. Command should be without "laravel-" on the begining. README is already updated and new release created. Sorry for the confusion.