Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 476 Bytes

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