samsonphp / bootstrap
Application bootstrap for SamsonPHP
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 3
pkg:composer/samsonphp/bootstrap
Requires (Dev)
- behat/behat: 3.*@stable
- behat/mink: 1.*@stable
- behat/mink-extension: @stable
- behat/mink-selenium2-driver: @stable
- phpunit/phpunit: 5.*
- samsonos/js_core: *
- samsonos/php_compressor: *
- samsonos/php_core: *
- samsonphp/css: *
- samsonphp/deploy: *
- samsonphp/less: *
- samsonphp/router: *
- samsonphp/view: *
This package is not auto-updated.
Last update: 2025-09-27 23:42:00 UTC
README
#SamsonPHP Bootstrap
#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