GithubHelp home page GithubHelp logo

edsoncortese / basic-app Goto Github PK

View Code? Open in Web Editor NEW

This project forked from basic-app/basic-app

0.0 0.0 0.0 17.33 MB

License: MIT License

JavaScript 1.63% PHP 96.21% CSS 2.10% Batchfile 0.06%

basic-app's Introduction

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
php spark publish

Step 4

Run local development server

php spark serve

Or set document root to /public directory.

Backend

Access backend by opening http://localhost:8080/admin in a browser.

login: admin
password: admin

Change Admin Password

  1. Execute command:
php spark hash-admin-password YOUR_PASSWORD
  1. Store result hash string to .evn file in admin.passwordHash section

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)

basic-app's People

Contributors

basic-app avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.