orcnd / of2
Micro Mvc Framework
dev-main
2024-03-07 20:45 UTC
Requires
- php: >=8.1
- illuminate/database: ^10.46
- jenssegers/blade: ^2.0
- josegonzalez/dotenv: ^4.0
- larapack/dd: 1.*
- phpunit/phpunit: ^10.5
Requires (Dev)
- robiningelbrecht/phpunit-pretty-print: dev-master
- sempro/phpunit-pretty-print: ^1.2
This package is not auto-updated.
Last update: 2025-04-05 00:41:19 UTC
README
Idea is practicing Laravel like micro framework.
Features
- Laravel Eloquent orm
- Laravel Blade template engine
- Simple route mechanism
Install
- Create .env file for db
- Run composer install
- Configure Routes/web.php as you like
Usage
- Run php of2 serve on root dir of application
- Configure a Web server to use base route as public_html