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

[Bug]: cant publish assets #34

Closed moghwan closed 7 months ago

moghwan commented 7 months ago

What happened?

running php artisan vendor:publish --tag="laravel-updater-config" doesn't publish the assets: image

instead, running php artisan vendor:publish --provider="Salahhusa9\Updater\UpdaterServiceProvider" did the job: image

a fix has been pushed https://github.com/salahhusa9/laravel-updater/pull/33, the documentation should be updated too

How to reproduce the bug

run php artisan vendor:publish --tag="laravel-updater-config"

Package Version

1.0

PHP Version

8.2.14

Laravel Version

10.41.0

Which operating systems does with happen with?

Linux

Notes

No response

salahhusa9 commented 7 months ago

thank you for your contribution, i will remove migration because it unused.

salahhusa9 commented 7 months ago

fixed: #36