On this page
Composer
to update the package first run:
1composer update
Publishing the files
then run the same command to publish any new files
1php artisan wind:publish
updating to wind V2 may introduce some braking changes if you already published the views and the configuration file. we recommend running the
publish
command with the flag:--force
and check your changes.
1php artisan wind:publish --force