Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories.
small tasks can be time-consuming, let us build these for you,
- 🔥 built with TALL stack
- 🔥 using filament as an admin panel
- 🔥 FrontEnd scaffolding, highly customizable.
- 🔥 all models are translatable.
- sticky posts
- recent posts
- pages list
- 🔥 pages for static content like about us.
- support child pages, with ordering.
- 🔥 posts, with some SEO options
- sticky posts
- password protections
- multiple tags and categories
- Featured Image
and more in the way.
visit our demo site: https://demo.larazeus.com
visit our website to get the full documentation: https://larazeus.com/sky
You can install the package via composer:
composer require lara-zeus/sky
run the commands:
php artisan vendor:publish --provider="LaraZeus\Sky\SkyServiceProvider" --tag=zeus-sky-migrations
php artisan vendor:publish --provider="Spatie\Tags\TagsServiceProvider" --tag="tags-migrations"
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
php artisan vendor:publish --tag="filament-forms-tinyeditor-assets"
then run the migration
php artisan migrate
visit the url /admin
to manage the Letters, and /blog
.
visit our website to get the full documentation: https://larazeus.com/sky
Please see CHANGELOG for more information what has changed recently.
available support channels:
- using our channel
#sky
on Discord - open an issue on GitHub
- email us using the contact center
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.