you are reading the documentation for version
v2
our latest version is
v3
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/wind
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