orcnd/of2

Micro Mvc Framework

Maintainers

Package info

github.com/orcnd/of2

pkg:composer/orcnd/of2

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-07 05:02:38 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