File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 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
4040C:.
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
7561php 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
You can’t perform that action at this time.
0 commit comments