orcnd/of2

Micro Mvc Framework

dev-main 2024-03-07 20:45 UTC

This package is not auto-updated.

Last update: 2024-04-19 19:59: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