vorja / sleekdbvcms
SleekdbVCMS - The missing & simple SleekDB CMS Content Management System
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- php: >=7.0
- ext-json: *
- rakibtg/sleekdb: 2.13.*
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
Dashboard
Backend CRUD Table
Backend 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
- datetime
You have an example in the "post" store.