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
- Host: GitHub
- URL: https://github.com/willnode/ci4-admin-lte
- Owner: willnode
- License: mit
- Created: 2021-01-08T01:25:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T08:30:27.000Z (over 1 year ago)
- Last Synced: 2025-03-26T11:51:15.141Z (9 months ago)
- Language: PHP
- Size: 167 KB
- Stars: 17
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# CodeIgniter 4 + Admin LTE 3

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`