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.
- Basic routing
- Only GET and POST
- Blade template engine
- Built-in DB connection
- Only mysql implemented for now
Follow the WelcomeController.php example from app/Controllers/
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
- make
/publicfolder the root
Made using BladeOne, and Symfony Console