The usual stuff I start with when I'm working with a custom website.
A simple website with CRUD access to user accounts and articles.
- Clone the project
- Configure DB connection (or create database
example
) composer install
php spark migrate
php spark serve