Moved bootstrap to novaconium

This commit is contained in:
2024-09-01 17:17:12 -07:00
parent 8190b5ed71
commit ea40fc8e38
6 changed files with 10 additions and 12 deletions

View File

@@ -16,8 +16,7 @@ Master Repo: https://git.4lt.ca/4lt/novaconium
```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
cp -R vendor/4lt/novaconium/examples/App/ .
cp -R vendor/4lt/novaconium/examples/public/ .
```