Skip to content

Commit b2f0f92

Browse files
committed
chore: update readme
1 parent 92dc00c commit b2f0f92

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

README.MD

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br><br>
55
</p>
66

7-
# Leaf MVC
7+
# Leaf MVC 4.0
88

99
[![Latest Stable Version](https://poser.pugx.org/leafs/mvc/v/stable)](https://packagist.org/packages/leafs/mvc)
1010
[![Total Downloads](https://poser.pugx.org/leafs/mvc/downloads)](https://packagist.org/packages/leafs/mvc)
@@ -39,31 +39,17 @@ Note that `<project-name>` is the name of the project you want to create, and th
3939
```bash
4040
C:.
4141
├───app
42-
│ ├───console
4342
│ ├───controllers
4443
│ ├───database
45-
│ │ ├───factories
46-
│ │ ├───migrations
47-
│ │ ├───schema
48-
│ │ └───seeds
49-
│ ├───helpers
5044
│ ├───models
5145
│ ├───routes
5246
│ └───views
5347
│ ├───css
5448
│ └───errors
55-
├───config
56-
├───lib
5749
├───public
5850
│ └───assets
5951
│ ├───css
6052
│ └───img
61-
├───storage
62-
│ ├───app
63-
│ │ └───public
64-
│ ├───framework
65-
│ │ └───views
66-
│ └───logs
6753
└───vendor
6854
```
6955

@@ -75,16 +61,9 @@ To run your Leaf MVC application, use
7561
php leaf serve
7662
```
7763

78-
Or with the Leaf CLI
79-
80-
```bash
81-
leaf serve
82-
```
83-
8464
## 📓 Learning Leaf MVC
8565

86-
- Leaf MVC has a very easy to understand [documentation](https://leafphp.dev/docs/mvc/) which contains information on all operations in Leaf MVC.
87-
- Since Leaf MVC runs on Leaf, you should check out the Leaf PHP Framework documentation [here](https://leafphp.dev).
66+
- Leaf MVC is Leaf + an MVC wrapper, we provide a lot of [documenation](https://leafphp.dev/docs/mvc/) on how to use Leaf MVC.
8867
- You can also check out our [youtube channel](https://www.youtube.com/channel/UCllE-GsYy10RkxBUK0HIffw) which has video tutorials on different topics
8968
<!-- - We are also working on [codelabs](https://codelabs.leafphp.dev) which will bring hands-on tutorials you can follow and contribute to. -->
9069

0 commit comments

Comments
 (0)