This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
Created with Leaf MVC v4 + Leaf v4
You can set up your dependencies by running:
composer install
To run this application, you need to have:
- PHP 7.4 or higher
- Composer
To create your database, you can run:
php leaf db:migrate
Check out the Leaf documentation for more information on how to deploy your Leaf app.