You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOW TO FIX THIS ERROR: No publishable resources for tag [auto-translate-config] and "Spatie\LaravelPackageTools\PackageServiceProvider" not found ???
#2
Open
chegmarco1989 opened this issue
Feb 19, 2023
· 3 comments
INFO No publishable resources for tag [auto-translate-config].
How to fix this error ???
you can try to run this command to install the laravel-package-tools composer require spatie/laravel-package-tools or if there is any error, you can try the following command: composer require spatie/laravel-package-tools:*
I had the same error as you, but after running the command, it worked in my project.
Hello.
After installing the package on Laravel 9 and adding the package in
provider
array intoconfig/app.php
:\Devaslanphp\AutoTranslate\AutoTranslateProvider::class,
When I try to publish package doing this:
php artisan vendor:publish --tag=auto-translate-config
I get this error:
But when I comment it like this:
// \Devaslanphp\AutoTranslate\AutoTranslateProvider::class,
And repeat this:
php artisan vendor:publish --tag=auto-translate-config
I get:
INFO No publishable resources for tag [auto-translate-config].
How to fix this error ???
The text was updated successfully, but these errors were encountered: