# README This README would normally document whatever steps are necessary to get the application up and running. Things you may want to cover: ## App Info Created with Leaf MVC v4 + Leaf v4 ## Installation You can set up your dependencies by running: ```bash composer install ``` ## System dependencies To run this application, you need to have: - PHP 7.4 or higher - Composer ## Configuration ## Database creation To create your database, you can run: ```bash php leaf db:migrate ``` ## Deployment instructions Check out the [Leaf documentation](https://leafphp.dev/learn/deployment/) for more information on how to deploy your Leaf app.