https://github.com/leafsphp/leafmvc
⚡️ Lightweight framework for rapid development based on Leaf
https://github.com/leafsphp/leafmvc
leaf leaf-php-framework leafmvc leafphp mvc mvc-framework php php-framework php-mvc-framework
Last synced: 2 months ago
JSON representation
⚡️ Lightweight framework for rapid development based on Leaf
- Host: GitHub
- URL: https://github.com/leafsphp/leafmvc
- Owner: leafsphp
- Created: 2019-10-31T18:49:35.000Z (over 5 years ago)
- Default Branch: v4.x
- Last Pushed: 2025-03-09T00:35:44.000Z (4 months ago)
- Last Synced: 2025-04-22T01:24:45.489Z (2 months ago)
- Topics: leaf, leaf-php-framework, leafmvc, leafphp, mvc, mvc-framework, php, php-framework, php-mvc-framework
- Language: PHP
- Homepage: https://leafphp.dev/docs/mvc/
- Size: 1.68 MB
- Stars: 52
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Leaf MVC
Leaf MVC is built on top of [leaf php](https://leafphp.dev), and is the framework for people who just want to ship. It gives you the structure and tools of larger frameworks like Laravel and Ruby on Rails with the simplicity and elegance of Leaf which lets you focus on shipping—fast.
## Setting up
You can install Leaf MVC with the [Leaf CLI](https://cli.leafphp.dev)
```sh
leaf create --mvc
```This will create an MVC application for you. Start off your project with authentication, mailing, UI/UX, and a ton of other features using Leaf's [powerful modules](https://leafphp.dev/docs/modules/), and then run your app with:
```bash
php leaf serve
```## Learning Leaf MVC
- Leaf MVC is Leaf + an MVC wrapper, we provide a lot of [documentation](https://leafphp.dev/docs/mvc/) on how to use Leaf MVC.
- You can also check out our [youtube channel](https://www.youtube.com/channel/UCllE-GsYy10RkxBUK0HIffw) which has video tutorials on different topics
- Checkout the [learn page](https://leafphp.dev/learn/) on our website for more resources## Contributing
We are glad to have you. All contributions are welcome! To get started, familiarize yourself with our [contribution guide](https://leafphp.dev/community/contributing.html) and you'll be ready to make your first pull request 🚀.
To report a security vulnerability, you can reach out to [@mychidarko](https://twitter.com/mychidarko) or [@leafphp](https://twitter.com/leafphp) on twitter. We will coordinate the fix and eventually commit the solution in this project.
## Sponsoring Leaf
Leaf has always been open-source and free, but as the project grows, so do the challenges of maintaining and building new features. The costs—time, resources, and infrastructure—are increasing rapidly, and our small team can no longer sustain this alone.
To keep Leaf alive and thriving, we need your support now more than ever. Sponsor us on [GitHub Sponsors](https://github.com/sponsors/leafsphp) or visit our [sponsors page](https://leafphp.dev/support/) to explore ways you can contribute.
Your help makes all the difference—let’s keep Leaf moving forward together!
And to all our [existing cash/code contributors](https://leafphp.dev#sponsors), we love you all ❤️