razvancode/micromesh
Composer 安装命令:
composer create-project razvancode/micromesh
包简介
MicroMesh is a small and lightweight PHP framework that I built as a learning project.
README 文档
README
MicroMesh is a small and lightweight PHP framework, currently being built as a learning project. It is in no way, shape, or form ready to be used in the wild.
What can it do:
- Basic routing
- Only GET and POST
- Blade template engine
- Built-in DB connection
- Only mysql implemented for now
How to
Follow the WelcomeController.php example from app/Controllers/
Running
Development
First, you must install composer, and then run:
composer create-project razvancode/micromesh=dev-maincomposer install- Run
php mesh initto have the.envfile created fromenv.example - Run
php mesh runto run the PHP server
After you're done developing
- make
/publicfolder the root
Made using BladeOne, and Symfony Console
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-05-27