Topikhidayatt / webincms

Website Content Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebinCMS Application Starter

Installation & updates

Download or clone files, and extract to you directory

Setup

Create database and update .env file. Open terminal, and write this commang php spark migrate and then php spark db:seed DefaultUser

Start the app/website

php spark server or open in browser http://localhost/yourproject/public.

Please read the user guide for a better explanation of how CI4 works! The user guide updating and deployment is a bit awkward at the moment, but we are working on it!

Server Requirements

PHP version 7.2 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mbstring
  • mysqlnd
  • xml (enabled by default - don't turn it off)

About

Website Content Management System

License:MIT License


Languages

Language:PHP 64.6%Language:CSS 35.2%Language:Hack 0.1%Language:HTML 0.1%