You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
655 B
Markdown
40 lines
655 B
Markdown
# 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.
|