4LT's PHP framework
Go to file
2024-08-31 15:52:59 -07:00
_assets first commit 2024-08-29 21:50:55 -07:00
examples/App updated 404 page 2024-08-31 15:52:59 -07:00
src added twig 2024-08-30 00:48:44 -07:00
twig working for a parked page 2024-08-31 14:02:51 -07:00
composer.json bumped version 2024-08-31 15:30:16 -07:00
LICENSE Initial commit 2024-08-29 21:04:31 -07:00
README.md added urls 2024-08-31 15:28:13 -07:00

Novaconium PHP

Novaconium PHP: A PHP Framework Built from the Past

NovaconiumPHP is a high-performance PHP framework designed with inspiration from classic coding principles.

Pronounced: Noh-vah-koh-nee-um

Packagist: https://packagist.org/packages/4lt/novaconium Master Repo: https://git.4lt.ca/4lt/novaconium

Getting Started

Installation

mkdir project_name;
cd project_name;
mkdir -p App/controllers App/templates App/views public
touch App/controllers/404.php App/controllers/index.php App/views/index.html.twig public/index.php public/.htaccess App/routes.php

composer require 4lt/novaconium