https://github.com/willnode/wedo
https://github.com/willnode/wedo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willnode/wedo
- Owner: willnode
- License: mit
- Created: 2022-01-16T02:27:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T02:30:12.000Z (almost 4 years ago)
- Last Synced: 2025-01-15T14:13:45.669Z (12 months ago)
- Language: PHP
- Size: 17.3 MB
- Stars: 0
- 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`