On this page
Prerequisites
Sky is built on top of laravel and uses filament as an admin panel to manage everything.
And for the frontend, it uses Tall stack. So, ensure you are familiar with these tools before diving into Lara Zeus Sky.
Note
You can get up and running with our starter kit Zeus.
Installation
Important
Before starting, make sure you have the following PHP extensions enabled:sqlite
Install Lara Zeus Sky by running the following commands in your Laravel project directory.
1composer require lara-zeus/sky2php artisan sky:install
The install command will publish the migrations and the necessary assets for the frontend.
Register Sky with Filament:
1->plugins([2 SpatieLaravelTranslatablePlugin::make()->defaultLocales([config('app.locale')]),3 SkyPlugin::make(),4])
Usage
To access the forms, visit the URL /admin
, and /sky
.