Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

polst/basic-app

Open more actions menu
 
 

Repository files navigation

Basic App

Basic App is a free, open-source, self-hosted CMS platform based on the CodeIgniter 4 PHP Framework.

Basic App is designed to provide a quick start for sites made on CodeIgniter 4 and to take over the implementation of the basic functions of a modern web application.

Overview

  • CRUD
  • Themes
  • Internationalization
  • Backend area (auth, main menu, options menu, tables, forms)

Modules

  • Site (pages, blocks, menus)
  • Blog (demo module)

Themes

Client-side libraries

Installation

Step 1

Create a new application using Composer:

composer create-project --stability=dev --keep-vcs --prefer-dist basic-app/basic-app demoapp

The command installs the application in a directory named demoapp. You can choose a different directory name if you want.

Step 2

Configure application settings (base url, timezone, database) in the /.env file.

Step 3

Execute commands via shell:

php spark migrate -all
php spark ba:update
php spark ba:seed

Step 4

Set document root to /public directory.

Backend

Access backend by opening http://example.com/admin in a browser.

login: admin
password: admin

You can change the administrator password in the /App/Config/Admin.php file.

Server Requirements

  • Database (MySQL or MariaDB)
  • Composer
  • Webserver (Apache or Nginx)

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 94.5%
  • JavaScript 2.9%
  • CSS 2.5%
  • Batchfile 0.1%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.