loai-kanou / sky

Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use

Home Page:https://larazeus.com/sky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lara Zeus Sky

StyleCI CodeFactor

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,

Support Filament

filament-logo

features

  • 🔥 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.

Demo

visit our demo site: https://demo.larazeus.com

visit our website to get the full documentation: https://larazeus.com/sky

Installation

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

Usage

visit the url /admin to manage the Letters, and /blog.

Full Documentation

visit our website to get the full documentation: https://larazeus.com/sky

Changelog

Please see CHANGELOG for more information what has changed recently.

Support

available support channels:

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email wh7r.com@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories. with a frontend scaffolding ready to use

https://larazeus.com/sky

License:MIT License


Languages

Language:PHP 66.1%Language:Blade 33.9%