sky

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: composer show lara-zeus/sky

On this page

Composer

to update the package first run:

composer update

then run the same command to publish any new files

php artisan sky:publish

if you want to overwrite all existing files, run:

php artisan sky:publish --force

=======

updating to V2.1

if updating to V2.1, make sure to take a backup from your database, and run the command:

php artisan sky:migrate

this command will migrate all the strings of the post model (title,content,description) from string to json format to support multi langs


Edit on GitHub