2017 © Pedro Peláez
 

project scaffold

Soflomo scaffold project for fast bootstrapping ZF2 aplications

image

soflomo/scaffold

Soflomo scaffold project for fast bootstrapping ZF2 aplications

  • Friday, July 18, 2014
  • by juriansluiman
  • Repository
  • 3 Watchers
  • 2 Stars
  • 16 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Soflomo Scaffold

This Soflomo scaffold repository contains the default set-up for Soflomo projects. The scaffold is intented to allow fast bootstrapping of Zend Framework 2 applications with a preconfigured setup of serveral tools. Use at your own will., (*1)

Components

The scaffold is based on the following libraries:, (*2)

  1. Zend Framework 2: more specifically, it looks similar to the ZendSkeletonApplication
  2. Soflomo\Common: a set of tools used in any Soflomo project
  3. Soflomo\Prototype: a small module that allows prototyping of applications
  4. Composer: Composer to load all external php dependencies (ZF2 and the Soflomo* libraries)
  5. Bower: a frontend dependency management tool
  6. normalize.scss: to normalize styles across different browsers
  7. Modenizr: to enable progressive enhancements across browsers
  8. Compass: to parse SASS files into CSS

Installation

You can install the scaffold by using composer. Load the composer.phar file and execute the following line:, (*3)

php composer.phar create-project soflomo/scaffold my-dir
bower install
npm install
gulp build

This will install the scaffold in "my-dir", load all dependencies from bower and runs the compilation step from compass. If you have a repository available for your new project, add this as remote and start coding., (*4)

Usage

Inside the scaffold several string values are used to indicate the project's name. You can find & replace all of them for your own need., (*5)

  • --Project Name--: this is meant as a user-friendly and readable format for the project. It is for example used in the title element inside the layout.
  • project-name: an internal name for the project, used for example in the bower.json
  • example.com: the domain name for the project's intended public url, used in the robots.txt file

The Versions

18/07 2014
01/05 2014

dev-release/v0.1.1

dev-release/v0.1.1 https://github.com/soflomo/soflomo-scaffold

Soflomo scaffold project for fast bootstrapping ZF2 aplications

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

01/05 2014

dev-hotfix/private-package.json

dev-hotfix/private-package.json https://github.com/soflomo/soflomo-scaffold

Soflomo scaffold project for fast bootstrapping ZF2 aplications

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

01/05 2014

dev-test/deploy

dev-test/deploy https://github.com/soflomo/soflomo-scaffold

Soflomo scaffold project for fast bootstrapping ZF2 aplications

  Sources   Download

BSD-3-Clause

The Requires

 

zf2

22/11 2013

v0.1.0

0.1.0.0 https://github.com/soflomo/soflomo-scaffold

Soflomo scaffold project for fast bootstrapping ZF2 aplications

  Sources   Download

BSD-3-Clause

The Requires

 

zf2