salahhusa9 / laravel-updater

Laravel Updater is a simple yet powerful package for updater your Laravel applications. It makes it easy to upgrade your application to the latest version with just one command.
https://salahhusa9.com/laravel-updater
MIT License
175 stars 18 forks source link

Publish of config file doesn't work #51

Closed VisionovaDev closed 3 months ago

VisionovaDev commented 3 months ago

What happened?

The documentation says to run php artisan vendor:publish --tag="laravel-updater-config" to publish the config file but it doesn't work. The error is :

"No publishable resources for tag [laravel-updater-config]."

How to reproduce the bug

Install Laravel 11, the package and run the command php artisan vendor:publish --tag="laravel-updater-config"

Package Version

1.2

PHP Version

8.3.6

Laravel Version

11

Which operating systems does with happen with?

Linux

Notes

No response

salahhusa9 commented 3 months ago

Yes there is a mistake, this is correct php artisan vendor:publish --tag="updater-config"

salahhusa9 commented 3 months ago

Changed in docs