https://github.com/willnode/sdit-raport
https://github.com/willnode/sdit-raport
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnode/sdit-raport
- Owner: willnode
- License: mit
- Created: 2021-03-05T01:52:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T09:29:28.000Z (over 4 years ago)
- Last Synced: 2025-01-15T14:14:06.074Z (12 months ago)
- Language: PHP
- Size: 303 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- 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 custom website.
### What's inside
A simple website with CRUD access on user accounts and articles.
### Setup
1. Clone the project
2. Configure DB connection (or just create database `example`)
3. `composer install`
4. `php spark migrate`
5. `php spark serve`