adnduweb/app-ci4

A project skeleton/admin area for CodeIgniter 4 projects

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

dev-main 2022-04-09 08:03 UTC

This package is auto-updated.

Last update: 2024-04-09 12:24:27 UTC


README

Just getting started.

Server Requirements

This currently has the same requirements as CodeIgniter 4.

Installation

Installation is a simple 2-step process:

> composer create-project adnduweb/app-ci4 app --stability dev
> cd app
> php spark adw:install

Find more details in the docs folder.

Third Party Software Used

Install

  • php spark adw:install
  • npm run watch --front
  • npm run watch --front
  • npm run production --admin --dark_mode

Test apps

php -d memory_limit=-1 vendor/bin/phpunit --path-coverage tests/system/Database/BaseQueryTest.php --coverage-html build/coverage