nofw
A no-framework application skeleton
File Explorer
Download Latest Version (.zip)- addlang.sh
- config.sh
- update-mo.sh
- update-potpo.sh
- twigcache.php
- default.php
- users.php
- glide.php
- root.php
- config_cli.php
- config_web.php
- cron.php
- routes.php
- style.css
- app.js
- .gitkeep
- sitepoint_logo.png
- assets-foundation.ini.example
- assets-semantic.ini.example
- assets.ini
- .gitkeep
- cron.sql
- gatekeeper_init.sql
- semantic-installed.png
- FRONTEND.md
- I18N.md
- messages.mo
- messages.po
- messages.po~
- messages.pot
- .gitkeep
- .gitkeep
- .gitkeep
- style.css
- .gitkeep
- i18n.php
- index.php
- Controller.php
- BetterBackgroundJob.php
- CronController.php
- AccountController.php
- AuthController.php
- ExtraController.php
- HomeController.php
- ImageController.php
- UsersController.php
- ExampleCronTask.php
- home.twig
- index.twig
- forgotpass.twig
- index.twig
- login.twig
- resetpass.twig
- signup.twig
- list.twig
- upsert.twig
- forgotpass.twig
- index.twig
- demo.twig
- master.twig
- header.twig
- list.twig
- upsert.twig
- list.twig
- upsert.twig
- error404.twig
- error405.twig
- error500.twig
- home.twig
- .bowerrc
- .env.example
- .gitignore
- bower.json
- composer.json
- composer.lock
- phinx.yml.example
- README.md
- RoboFile.php
# Installation Guide
1. Get the code
git clone https://github.com/Swader/nofw
Downloads the entire project code from GitHub to your computer.
cd nofw
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
composer install
Installs the PHP libraries listed in composer.json.
composer dump-autoload
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
