2017 © Pedro Peláez
 

library fierce

Web Framework

image

fierce/fierce

Web Framework

  • Friday, February 2, 2018
  • by abhibeckert
  • Repository
  • 2 Watchers
  • 2 Stars
  • 81 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 13 Versions
  • 3 % Grown

The README.md

Fierce Web Framework

Fierce is a fast, minimal and secure framework with a user friendly CMS., (*1)

It's especially suited to a consulting firm with an experienced team of coders creating a website on behalf of a non-tech-savvy client who will self manage the website after the initial build., (*2)

WARNING: Fierce is currently unstable and breaking changes are frequent., (*3)

Setup a Feirce website

Export a copy of the example template:, (*4)

svn export https://github.com/fierce/site-template.git/trunk example.com

Use Composer to load dependencies:, (*5)

cd example.com
composer install

Update config.php, especially: - specify your timezone - generate a new auth_salt using uuidgen | shasum - specify your site name - create a and enter connection details, (*6)

Run migrations by running /vendor/fierce/fierce/maint/migrate.php in your browser, (*7)

Navigate to /admin and login with user admin password test. From here you can setup pages and specify a new password., (*8)

The site design is changed by editing views/main-public.tpl. Add any custom PHP classes to the classes directory. Subclass of PageController can be associated with a URL by creating a new entry in the Page database table (preferably by creating a migration in the migrations directory)., (*9)

The Versions