razvancode/micromesh 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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-main
  • composer install
  • Run php mesh init to have the .env file created from env.example
  • Run php mesh run to run the PHP server

After you're done developing

  • make /public folder the root

Made using BladeOne, and Symfony Console

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-05-27