samsonphp/bootstrap

There is no license information available for the latest version (1.1.2) of this package.

Application bootstrap for SamsonPHP

1.1.2 2016-07-28 11:24 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:36:57 UTC


README

#SamsonPHP Bootstrap

Latest Stable Version Build Status Code Coverage Scrutinizer Code Quality Total Downloads Stories in Ready

#Installation First of all you must get Composer working on your system.

For automatic installation of SamsonPHP application and all of its dependencies use:

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

If you have installed composer globally you should use:

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

Developed by SamsonOS