An open API service indexing awesome lists of open source software.

https://github.com/willnode/ci4-admin-lte

CodeIgniter4 with Admin LTE 3 Template
https://github.com/willnode/ci4-admin-lte

Last synced: 9 months ago
JSON representation

CodeIgniter4 with Admin LTE 3 Template

Awesome Lists containing this project

README

          

# CodeIgniter 4 + Admin LTE 3

image

The usual stuff I start with when I'm working with a custom website.

### What's inside

A simple website with CRUD access to user accounts and articles.

### Setup

1. Clone the project
2. Configure DB connection (or create database `example`)
3. `composer install`
4. `php spark migrate`
5. `php spark serve`