You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
14
-
15
-
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.
13
+
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.
16
14
17
15
## 📦 Installation
18
16
@@ -28,7 +26,7 @@ Or for a more personalized installation, you can add `--custom` to the command
28
26
leaf create <project-name> --mvc --custom
29
27
```
30
28
31
-
You can also use [Composer](https://getcomposer.org/):
29
+
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:
32
30
33
31
```bash
34
32
composer create-project leafs/mvc <project-name>
@@ -102,10 +100,6 @@ Your cash contributions go a long way to help us make Leaf even better for you.
102
100
103
101
We will furthermore like to thank our existing supporters, we love you all ❤️
104
102
105
-
## 📃 License
106
-
107
-
The Leaf MVC framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
0 commit comments