vorja/sleekdbvcms

SleekdbVCMS - The missing & simple SleekDB CMS Content Management System

1.3 2022-02-24 20:57 UTC

This package is auto-updated.

Last update: 2024-04-30 00:31:44 UTC


README

SleekDBVCMS - The missing & simple CMS for SleekDB Created by Timu57 with the great support of rakibtg.

SleekDB is a flat NO-SQL database implemented in PHP without any third-party dependencies. The files are stored in folders as JSON.

Installation

Download the ZIP and upload anywhere you want, then type: composer install

Configuration

Open the Config.php to configure and fits your needs.

Instructions

Go to public folder start your php server with php -S localhost:8000

By default, it will create a users store(table), and a record with the following data:

Username: admin

Password: password

Enjoy!

Demo

Login Screen

Demo

Dashboard

Dashboard

Backend CRUD Table

CRUD Table

Backend CRUD Form

CRUD Form

When setting up your config, you are allow to use the following html components:

  • text
  • textarea
  • rich_textarea
  • image
  • color
  • url
  • number
  • decimal
  • email
  • datetime

You have an example in the "post" store.