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

Composer

You can install the package via composer:

1composer require lara-zeus/sky

Migrations

to publish the migrations files

1php artisan vendor:publish --tag=zeus-sky-migrations
2php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="tags-migrations"
3php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"

optionally, if you want to seed the database, publish the seeder and factories with:

Seeder and Factories

1php artisan vendor:publish --tag=zeus-sky-seeder
2php artisan vendor:publish --tag=zeus-sky-factories

Assets

to publish the assets files for the frontend:

1php artisan vendor:publish --tag=zeus-assets
2php artisan vendor:publish --tag="filament-forms-tinyeditor-assets"

Run Migration

finally, run the migration:

1php artisan migrate

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.