first commit
This commit is contained in:
21
README.md
21
README.md
@@ -1,3 +1,20 @@
|
||||
# novaconium
|
||||

|
||||
|
||||
4LT's PHP framework
|
||||
# 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
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user