Lara-zeus sky is simple CMS for your website. it include posts, pages, tags, and categories.

Overview

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 [email protected] instead of using the issue tracker.

Credits

License

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

Comments
  • Disable Tailwind preflight

    Disable Tailwind preflight

    In blog post and page, the rich editor allows text to be formatted with the basic HTML tags. However, these formatting are lost when the post or page is rendered on the browser. My guess is that Tailwind Preflight is normalising all these formatting. What is the best way to disable Tailwind Preflight?

    opened by leekaimun 4
  • ensure only posts with status 'publish' are being shown in public

    ensure only posts with status 'publish' are being shown in public

    Currently posts that should not be public are availabe in the frontend sometimes.

    The relevant changes are in PostScope.php and Post.php

    I did adjust some code style to the more recend PSR-12 Standard so it makes it easier for me to contribute to this repository in the future. Is that OK for you ?

    opened by thyseus 3
  • introduce 'slug' as route key name

    introduce 'slug' as route key name

    remove newFactory() since its not necessary, HasFactory Trait is already handling factory linking

    makes url like /post/foobar/edit instead of /post/1/edit which looks better and is the purpose of a slug.

    opened by thyseus 3
  • introduce proper factory for use in tests

    introduce proper factory for use in tests

    Allows us to do:

    it('can list posts', function () {
        $posts = Post::factory()->count(10)->create();
     
        livewire(PostResource\Pages\ListPosts::class)
            ->assertCanSeeTableRecords($posts);
    });
    

    as documented in https://filamentphp.com/docs/2.x/admin/testing#resources .

    opened by thyseus 2
  • Method ViewColumn::tooltip does not exist Error

    Method ViewColumn::tooltip does not exist Error

    I recently installed this package on fresh filament installation. When I visit the posts and pages page, it is showing me the following error. Can anyone please help on this?

    ` Method Filament\Tables\Columns\ViewColumn::tooltip does not exist.

    ` image

    opened by vijayrana99 2
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5

    Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5

    Bumps dependabot/fetch-metadata from 1.3.4 to 1.3.5.

    Release notes

    Sourced from dependabot/fetch-metadata's releases.

    v1.3.5

    What's Changed

    New Contributors

    Full Changelog: https://github.com/dependabot/fetch-metadata/compare/v1...v1.3.5

    Commits
    • 5ef0018 Merge pull request #282 from dependabot/v1.3.5-release-notes
    • a9380d2 v1.3.5
    • 404ba25 Merge pull request #280 from dependabot/drop-readme-from-bump-script
    • f40d4c7 Don't bump pin versions in README.md
    • 7db64c3 Merge pull request #252 from dependabot/document-release-steps
    • daa85e7 Add mention of npm run build if dev deps need updating.
    • b768c40 Document steps for cutting a new release
    • 9833f74 Merge pull request #273 from dependabot/dependabot/npm_and_yarn/yargs-and-typ...
    • 32b7ed3 Bump yargs and @​types/yargs
    • 7942397 Merge pull request #271 from dependabot/dependabot/npm_and_yarn/actions/githu...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4

    Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4

    Bumps dependabot/fetch-metadata from 1.3.3 to 1.3.4.

    Release notes

    Sourced from dependabot/fetch-metadata's releases.

    v1.3.4

    What's Changed

    New Contributors

    Full Changelog: https://github.com/dependabot/fetch-metadata/compare/v1.3.3...v1.3.4

    Commits
    • bfc19f4 v1.3.4
    • 4367f58 Merge pull request #258 from dependabot/dependabot/npm_and_yarn/yaml-2.1.1
    • 00ab600 Manually bump dist/
    • bdbe81d Bump yaml from 2.0.1 to 2.1.1
    • 5fc325a Merge pull request #257 from dependabot/dependabot/npm_and_yarn/typescript-4.8.3
    • c91309c Bump typescript from 4.6.3 to 4.8.3
    • 264d039 Merge pull request #266 from dependabot/dependabot/npm_and_yarn/ts-node-10.9.1
    • d1cd6ed Bump ts-node from 10.7.0 to 10.9.1
    • e3cb77e Merge pull request #265 from dependabot/dependabot/npm_and_yarn/actions/githu...
    • e462341 [dependabot skip] Update dist/ with build changes
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • restore the post factory

    restore the post factory

    laravel naming conventions won't work with packages.

    getting the error: Class "Database\Factories\LaraZeus\Sky\Models\PostFactory" not found when running the seeders

    opened by atmonshi 0
  • Bump ramsey/composer-install from 1 to 2

    Bump ramsey/composer-install from 1 to 2

    Bumps ramsey/composer-install from 1 to 2.

    Release notes

    Sourced from ramsey/composer-install's releases.

    2.0.0

    Added

    • Use --prefer-stable with lowest dependencies (#178)
    • Allow use of a custom cache key (#167)
    • Allow ability to ignore the cache

    Changed

    Fixed

    • Fix case where working-directory did not run composer install in the correct working directory (#187)
    • Fix problems with retrieving cache with parallel builds (#161, #152)
    • Fix problems restoring from cache on Windows (#79)

    1.3.0

    • Support passing --working-dir as part of composer-options

    1.2.0

    • Support Composer working-directory option for when composer.json is in a non-standard location.
    • Add operating system name to the cache key.

    1.1.0

    Display Composer output with ANSI colors.

    1.0.3

    Patch release for dependency updates.

    1.0.2

    • Use the GitHub cache action directly to avoid duplication of code/effort.
    • Turn on output of Composer command to provide feedback in the job log
    • Use Composer cache-dir instead of cache-files-dir

    1.0.1

    Rewrite and refactor as a JavaScript action.

    Commits
    • 83af392 :sparkles: Add new custom-cache-suffix option (#239)
    • 7f9021e Fix use of deprecated set-output command (#238)
    • 4617231 Tests: update the included composer.phar from v 2.2.2 to 2.2.18 (#237)
    • 72896eb Add dependabot configuration file (#227)
    • 69e970d GH Actions: version update for codecov action runner (#226)
    • e3612f6 GH Actions: version update for actions/cache (#224)
    • d515102 GH Actions: version update for various predefined actions (#222)
    • 6085843 GH Actions: re-work the integration tests (#221)
    • f680dac test: add PHP path back to command, as well as debug message
    • 3c51967 test: ensure we use the alternate composer location
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • upcoming features and mini roadmap

    upcoming features and mini roadmap

    hello everyone here is what I am planning to add to Sky. any requests or feedback are welcome 🙏🏽

    I will update this regularly.

    • [ ] support other editors like markdown. and can be set from the config
    • [ ] enable the status private abort if not the author and show the form if the password is set.
    • [ ] enable the status future by adding a job to publish the posts
    • [ ] more themes
    • [ ] allow the author to preview the post or the page regardless of the status
    • [ ] add authors resources, and permissions using the default users or a new table.
    • [ ] add tests
    • [ ] set default featured image from config
    • [ ] set featured image by URL
    enhancement 
    opened by atmonshi 1
Releases(2.3.7)
  • 2.3.7(Nov 12, 2022)

    What's Changed

    • small fixes in FAQ by @atmonshi in https://github.com/lara-zeus/sky/pull/62

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.6...2.3.7

    Source code(tar.gz)
    Source code(zip)
  • 2.3.6(Nov 12, 2022)

    What's Changed

    • Add prose to faq by @leekaimun in https://github.com/lara-zeus/sky/pull/61

    New Contributors

    • @leekaimun made their first contribution in https://github.com/lara-zeus/sky/pull/61

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.5...2.3.6

    Source code(tar.gz)
    Source code(zip)
  • 2.3.5(Nov 11, 2022)

    What's Changed

    • Add prose classes by @atmonshi in https://github.com/lara-zeus/sky/pull/60

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.4...2.3.5

    Source code(tar.gz)
    Source code(zip)
  • 2.3.4(Nov 8, 2022)

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in https://github.com/lara-zeus/sky/pull/58
    • add unique() constraint to slug fields by @thyseus in https://github.com/lara-zeus/sky/pull/57
    • ensure only posts with status 'publish' are being shown in public by @thyseus in https://github.com/lara-zeus/sky/pull/56

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.3...2.3.4

    Source code(tar.gz)
    Source code(zip)
  • 2.3.3(Oct 28, 2022)

    What's Changed

    • s/$getRecord/$getRecord() by @thyseus in https://github.com/lara-zeus/sky/pull/54

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.2...2.3.3

    Source code(tar.gz)
    Source code(zip)
  • 2.3.2(Oct 4, 2022)

    What's Changed

    • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in https://github.com/lara-zeus/sky/pull/51
    • PostScope: also search in 'slug' column by @thyseus in https://github.com/lara-zeus/sky/pull/52

    New Contributors

    • @dependabot made their first contribution in https://github.com/lara-zeus/sky/pull/51

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.1...2.3.2

    Source code(tar.gz)
    Source code(zip)
  • 2.3.1(Sep 18, 2022)

    What's Changed

    • improve SEO by @atmonshi in https://github.com/lara-zeus/sky/pull/50

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.3.0...2.3.1

    Source code(tar.gz)
    Source code(zip)
  • 2.3.0(Sep 17, 2022)

    What's Changed

    • improve skeleton and add tests and dark mode
    • separate the CSS for frontend and filament
    • update .github workflows
    • add phpstan and pint

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.6...2.3.0

    Source code(tar.gz)
    Source code(zip)
  • 2.2.6(Sep 16, 2022)

    What's Changed

    • restore the post factory by @atmonshi in https://github.com/lara-zeus/sky/pull/48

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.5...2.2.6

    Source code(tar.gz)
    Source code(zip)
  • 2.2.5(Sep 15, 2022)

    What's Changed

    • remove SEO from the service provider by @atmonshi in https://github.com/lara-zeus/sky/pull/41
    • remove Factories by @thyseus in https://github.com/lara-zeus/sky/pull/42
    • add route name slug by @thyseus in https://github.com/lara-zeus/sky/pull/44
    • check for status on posts and pages by @atmonshi in https://github.com/lara-zeus/sky/pull/47

    also checkout our roadmap: #46

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.4...2.2.5

    Source code(tar.gz)
    Source code(zip)
  • 2.2.4(Sep 6, 2022)

    What's Changed

    • update core to fix lang switcher by @atmonshi in https://github.com/lara-zeus/sky/pull/40

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.3...2.2.4

    Source code(tar.gz)
    Source code(zip)
  • 2.2.3(Sep 5, 2022)

    What's Changed

    • introduce the ability to filter posts by category by @thyseus in https://github.com/lara-zeus/sky/pull/35
    • add Scopes for search by @atmonshi in https://github.com/lara-zeus/sky/pull/36
    • update responsive design by @atmonshi in https://github.com/lara-zeus/sky/pull/38

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.2...2.2.3

    Source code(tar.gz)
    Source code(zip)
  • 2.2.2(Aug 31, 2022)

    What's Changed

    • Apply fixes from StyleCI by @atmonshi in https://github.com/lara-zeus/sky/pull/34
    • remove RouteKeyName slug by @atmonshi in https://github.com/lara-zeus/sky/pull/33

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.1...2.2.2

    Source code(tar.gz)
    Source code(zip)
  • 2.2.1(Aug 24, 2022)

    What's Changed

    • abort if tag not exist by @atmonshi in https://github.com/lara-zeus/sky/pull/31
    • update composer and assets by @atmonshi in https://github.com/lara-zeus/sky/pull/32

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.2.0...2.2.1

    Source code(tar.gz)
    Source code(zip)
  • 2.2.0(Aug 18, 2022)

    What's Changed

    • Bump zeus core version by @atmonshi in https://github.com/lara-zeus/sky/pull/30

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.7...2.2.0

    Source code(tar.gz)
    Source code(zip)
  • 2.1.7(Aug 15, 2022)

    What's Changed

    • French Translation by @nicolasbaud in https://github.com/lara-zeus/sky/pull/27
    • refactor SEO and remove it form SkyServiceProvider by @atmonshi in https://github.com/lara-zeus/sky/pull/28

    New Contributors

    • @nicolasbaud made their first contribution in https://github.com/lara-zeus/sky/pull/27

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.6...2.1.7

    Source code(tar.gz)
    Source code(zip)
  • 2.1.6(Jul 10, 2022)

    What's Changed

    • Faq translation by @atmonshi in https://github.com/lara-zeus/sky/pull/25
    • improvements by @atmonshi in https://github.com/lara-zeus/sky/pull/26

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.5...2.1.6

    Source code(tar.gz)
    Source code(zip)
  • 2.1.5(Jul 5, 2022)

    What's Changed

    • introduce full-text search by @thyseus in https://github.com/lara-zeus/sky/pull/23

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.4...2.1.5

    Source code(tar.gz)
    Source code(zip)
  • 2.1.4(Jul 4, 2022)

    What's Changed

    • Added ability to enable/disable individual resources by @thyseus in https://github.com/lara-zeus/sky/pull/22

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.3...2.1.4

    Source code(tar.gz)
    Source code(zip)
  • 2.1.3(Jun 21, 2022)

  • 2.1.2(Jun 11, 2022)

    What's Changed

    • change translatable column types by @atmonshi in https://github.com/lara-zeus/sky/pull/21

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.1...2.1.2

    Source code(tar.gz)
    Source code(zip)
  • 2.1.1(Jun 11, 2022)

    What's Changed

    • change namespace for Translatable by @atmonshi in https://github.com/lara-zeus/sky/pull/20

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.1.0...2.1.1

    Source code(tar.gz)
    Source code(zip)
  • 2.1.0(Jun 11, 2022)

    What's Changed

    • add trans by @atmonshi in https://github.com/lara-zeus/sky/pull/14
    • s/auther/author by @thyseus in https://github.com/lara-zeus/sky/pull/13
    • introduce the ability to write posts and pages in different languages by @thyseus in https://github.com/lara-zeus/sky/pull/12
    • introducing Addons: Faq by @atmonshi in https://github.com/lara-zeus/sky/pull/15

    New Contributors

    • @thyseus made their first contribution in https://github.com/lara-zeus/sky/pull/13

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.5...2.1.0

    Source code(tar.gz)
    Source code(zip)
  • 2.0.5(Apr 22, 2022)

    What's Changed

    • Apply fixes from StyleCI by @atmonshi in https://github.com/lara-zeus/sky/pull/11
    • small fixes by @atmonshi in https://github.com/lara-zeus/sky/pull/10

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.4...2.0.5

    Source code(tar.gz)
    Source code(zip)
  • 2.0.4(Apr 22, 2022)

    What's Changed

    • add missing validation by @atmonshi in https://github.com/lara-zeus/sky/pull/9

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.3...2.0.4

    Source code(tar.gz)
    Source code(zip)
  • 2.0.3(Apr 21, 2022)

    What's Changed

    • fix preview links by @atmonshi in https://github.com/lara-zeus/sky/pull/5
    • Apply fixes from StyleCI by @atmonshi in https://github.com/lara-zeus/sky/pull/6
    • Configure prefix by @atmonshi in https://github.com/lara-zeus/sky/pull/7
    • add some actions by @atmonshi in https://github.com/lara-zeus/sky/pull/8

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.2...2.0.3

    Source code(tar.gz)
    Source code(zip)
  • 2.0.2(Apr 19, 2022)

    What's Changed

    • Apply fixes from StyleCI by @atmonshi in https://github.com/lara-zeus/sky/pull/3
    • fixes by @atmonshi in https://github.com/lara-zeus/sky/pull/4

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.1...2.0.2

    Source code(tar.gz)
    Source code(zip)
  • 2.0.1(Apr 19, 2022)

    What's Changed

    • fix string concat in config by @atmonshi in https://github.com/lara-zeus/sky/pull/1
    • remove tests stubs by @atmonshi in https://github.com/lara-zeus/sky/pull/2

    New Contributors

    • @atmonshi made their first contribution in https://github.com/lara-zeus/sky/pull/1

    Full Changelog: https://github.com/lara-zeus/sky/compare/2.0.0...2.0.1

    Source code(tar.gz)
    Source code(zip)
  • 2.0.0(Apr 19, 2022)

Owner
Laravel Zeus
small tasks can be time consuming, let us build these for you,
Laravel Zeus
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.

Grafite CMS Grafite has archived this project and no longer supports or develops this code. We recommend using only as a source of ideas for your own

Grafite Inc 494 Nov 25, 2022
BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website for more information.

BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the

null 5 Aug 15, 2022
Bismuth CMS is a ready-made Website CMS based on Yii 2 Advance Template

Bismuth CMS is a ready-made Website CMS based on Yii 2 Advance Template, it's the simplest and easy to set up CMS you may come across.

Hamadas Telebrain 1 Feb 11, 2022
Batteries include Drupal project template with Redis and object storage for assets.

Mojo An opinionated Drupal build designed to run in a cloud native environment. This is a work in progress, see the TODO.md for initial tracking of it

Bluehorn Digital 12 Apr 4, 2022
Simple, modular content management system adapted for launch pages and one-page websites

Segmint Segmint is an easy-to-use flat-file landing page framework, allowing quick and efficient prototyping and deployment - perfect for freelancers

null 2 Jul 19, 2022
Soosyze CMS is a minimalist content management system in PHP, without database to create and manage your website easily

Soosyze CMS is a content management system without a database. It's easy to create and manage you

Soosyze 41 Jan 6, 2023
Amila Laravel CMS - Free, open-source Simple Bootstrap Laravel CMS

Simple Bootstrap Laravel CMS. Support Laravel 8.x Can integrate into any existing Laravel project. Only add few database tables with prefixes, not affect your existing database tables. Support Laravel 7.x & Laravel 6.x & Laravel 5.x & MySql & PostgreSql - Amila Laravel CMS

Alex Zeng 96 Sep 6, 2022
Baicloud CMS is a lightweight content management system (CMS) based on PHP and MySQL and running on Linux, windows and other platforms

BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the

null 5 Aug 15, 2022
GetSimple CMS - a flatfile CMS that works fast and efficient and has the best UI around, it is written in PHP

GetSimple CMS is a flatfile CMS that works fast and efficient and has the best UI around, it is written in PHP.

null 370 Dec 30, 2022
Drag and Drop Website Builder and CMS with E-commerce

Microweber: Drag-and-Drop CMS Current version: 1.2 running on Laravel 8! Download | What is Microweber? | Core features of Microweber | Requirements |

Microweber 2.6k Dec 31, 2022
Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS

Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.

Flextype 524 Dec 30, 2022
NukeViet 132 Nov 27, 2022
Bootstrap CMS - PHP CMS powered by Laravel 5 and Sentry

Bootstrap CMS Bootstrap CMS was created by, and is maintained by Graham Campbell, and is a PHP CMS powered by Laravel 5.1 and Sentry. It utilises many

Bootstrap CMS 2.5k Dec 27, 2022
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds

PHPVibe Video CMS Free Video Sharing CMS The modern choice of design inspired by Youtube and a social videos sharing module that may just cut it for y

MediaVibe 71 Dec 18, 2022
Doptor CMS is a Laravel 5 based CMS

Introduction Doptor CMS is a Laravel 5 based CMS. Find out more about Doptor by reading below. ;) About Doptor CMS Doptor is an Integrated and well-de

DOPTOR 4 Sep 11, 2022
Simple analyse the traffic of your OctoberCMS-based website without relying on an external service.

Simple Analytics for OctoberCMS Simple analyse the traffic of your website without relying on an external service. The simple version of this plugin (

Synder.DEV 5 Sep 12, 2021
Simple personal website with your Github projects.

Setup Install dependencies: composer install npm install Copy .env.example file to .env: cp .env.example .env Generate application key: php artisan ke

Antonio Sarosi 15 Nov 23, 2022
Elefant, the refreshingly simple PHP CMS and web framework.

Elefant is a refreshingly simple PHP content management system and web framework. Elefant is a fast, lean tool for building everything from simple websites to complete web applications.

Aband*nthecar 200 Dec 22, 2022