2017 © Pedro Peláez
 

project app-starter

QCubed application starter template

image

qcubed/app-starter

QCubed application starter template

  • Sunday, July 9, 2017
  • by qcubed
  • Repository
  • 10 Watchers
  • 0 Stars
  • 984 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 2 Open issues
  • 9 Versions
  • 4 % Grown

The README.md

QCubed Application Starter

This is the application starter project that sets up your environment using composer., (*1)

REQUIREMENTS

You must have a web server, like apache or nginx, installed and working on your computer., (*2)

You must have PHP version 5.4.0 or greater installed and working., (*3)

You must have some kind of SQL database. MySQL, PostreSQL, and many others are supported., (*4)

We highly recommend you also install Composer. Composer helps you manage version changes in all your different PHP packages, and we rely on that to provide installation and update services for QCubed., (*5)

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org., (*6)

Once installed, you can install this app-starter project by executing the following at the command line:, (*7)

php composer.phar create-project qcubed/app-starter your_dir_name

Substitute whatever directory name you would like for "your_dir_name" above., (*8)

Note that if you have taken the step to rename "composer.phar" to "composer" and you put it in your path, you can instead just enter:, (*9)

composer create-project qcubed/app-starter your_dir_name

NOTE: If you get an error saying, (*10)

  [InvalidArgumentException]                                        
  Could not find package qcubed/app-starter with stability stable.

then please add the stability requirement in the command argument. The new command would look like:, (*11)

composer create-project --stability=dev qcubed/app-starter your_dir_name

Assuming you installed into the document root of your local web server, enter the following to begin the configuration process., (*12)

http://localhost/your_dir_name/

If you would like to eventually place the project somewhere else in your webserver tree, even at the root level, it is easy to do by modifying the SUBDIRECTORY configuration file setting and moving the contents of the directory to the new location., (*13)

The Versions

09/07 2017

dev-qcubed4

dev-qcubed4 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

The Development Requires

framework project template qcubed

22/01 2017

dev-master

9999999-dev http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

22/01 2017

v1.0.6

1.0.6.0 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

15/11 2016

1.0.5

1.0.5.0 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

29/10 2016

1.0.4

1.0.4.0 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

09/10 2016

1.0.3

1.0.3.0 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

30/07 2016

v1.0.2

1.0.2.0 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

30/07 2016

v1.0.1

1.0.1.0 http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

framework project template qcubed

09/07 2015

v1.0.0-beta

1.0.0.0-beta http://qcu.be/

QCubed application starter template

  Sources   Download

MIT

The Requires

 

The Development Requires

framework project template qcubed