Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mychidarko committed Aug 12, 2023
1 parent b4e50be commit d6bd0b3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
[![Total Downloads](https://poser.pugx.org/leafs/mvc/downloads)](https://packagist.org/packages/leafs/mvc)
[![License](https://poser.pugx.org/leafs/mvc/license)](https://packagist.org/packages/leafs/mvc)

Leaf MVC is a lightweight but feature-rich MVC framework built on top of [leaf php](https://leafphp.dev). Leaf MVC provides an simple and opinionated structure with a tons of functionality built in.

Leaf MVC 3 is built on Leaf 3 which makes it even more lightweight and faster than earlier versions, but comes with a ton of upgrades and security fixes.
Leaf MVC is a lightweight but feature-rich MVC framework built on top of [leaf php](https://leafphp.dev). It provides a simple and opinionated structure with a tons of functionality built in.

## 📦 Installation

Expand All @@ -28,7 +26,7 @@ Or for a more personalized installation, you can add `--custom` to the command
leaf create <project-name> --mvc --custom
```

You can also use [Composer](https://getcomposer.org/):
You can also use [Composer](https://getcomposer.org/) if you don't want to use the Leaf CLI, although we recommend using the CLI for a better experience:

```bash
composer create-project leafs/mvc <project-name>
Expand Down Expand Up @@ -102,10 +100,6 @@ Your cash contributions go a long way to help us make Leaf even better for you.

We will furthermore like to thank our existing supporters, we love you all ❤️

## 📃 License

The Leaf MVC framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).

## 💬 Stay In Touch

- [Twitter](https://twitter.com/leafphp)
Expand Down

0 comments on commit d6bd0b3

Please sign in to comment.