2017 © Pedro Peláez
 

library bootstrap

Application bootstrap for SamsonPHP

image

samsonphp/bootstrap

Application bootstrap for SamsonPHP

  • Thursday, July 28, 2016
  • by samsonos
  • Repository
  • 2 Watchers
  • 1 Stars
  • 63 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

SamsonPHP Bootstrap

Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality Total Downloads Stories in Ready, (*1)

Installation

First of all you must get Composer working on your system., (*2)

For automatic installation of SamsonPHP application and all of its dependencies use:, (*3)

php composer.phar create-project --prefer-dist SamsonPHP/bootstrap [your_path]

If you have installed composer globally you should use:, (*4)

composer create-project --prefer-dist SamsonPHP/bootstrap [your_path]

What next?

  • You should change this readme.md to describe future project purposes
  • Create database and configure connection to it via /app/config/ActiveRecordConfig.php(How to configure module)
  • Open your project in browser to check if everything is fine.
  • Write your project code and have fun!

To learn more about using SamsonPHP visit official documentation, (*5)

Developed by SamsonOS, (*6)

The Versions

23/05 2014

1.0.0

1.0.0.0

Application template for HTML coding for SamsonPHP

  Sources   Download

The Requires