Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seyfer/kohana-composer-config
Just composer configs for different Kohana versions
https://github.com/seyfer/kohana-composer-config
Last synced: about 1 month ago
JSON representation
Just composer configs for different Kohana versions
- Host: GitHub
- URL: https://github.com/seyfer/kohana-composer-config
- Owner: seyfer
- License: gpl-2.0
- Created: 2013-10-02T10:44:15.000Z (over 11 years ago)
- Default Branch: 3.2/master
- Last Pushed: 2013-10-12T04:18:34.000Z (about 11 years ago)
- Last Synced: 2024-10-15T08:54:43.884Z (3 months ago)
- Size: 199 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kohana-composer-config
======================Just composer configs for different Kohana versions
Composer config for Kohana Version 3.2
Usage
---Just config Kohana index.php file variables
$modules = 'vendor/kohana/modules';
$system = 'vendor/kohana/system';Becouse Composer install all in vendor/ directory.
Install composer to your system.
Get Composer
http://getcomposer.org/And execute in project root folder
composer install