https://github.com/kenjis/fuelphp-1.x-composer
FuelPHP 1.x Composer Setup
https://github.com/kenjis/fuelphp-1.x-composer
Last synced: 7 months ago
JSON representation
FuelPHP 1.x Composer Setup
- Host: GitHub
- URL: https://github.com/kenjis/fuelphp-1.x-composer
- Owner: kenjis
- License: mit
- Created: 2014-04-10T12:45:23.000Z (almost 12 years ago)
- Default Branch: 1.7-master-composer
- Last Pushed: 2014-04-10T23:15:25.000Z (almost 12 years ago)
- Last Synced: 2025-02-26T13:39:33.469Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 5.36 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FuelPHP 1.x Composer Setup
## Description
FuelPHP 1.x without git submodules. All submodules are installed via Composer.
## How to use
Clone this repository.
~~~bash
$ git clone git@github.com:kenjis/fuelphp-1.x-composer ProjectName
$ cd ProjectName
~~~
Checkout a branch which you like.
~~~bash
$ git branch -a
$ git checkout 1.7-master-composer
~~~
Run composer install command.
~~~bash
$ php composer.phar self-update
$ php composer.phar install
~~~
If you want a clean repository.
~~~bash
$ rm -rf .git
$ git init
~~~
## Thanks to
* https://github.com/chatii/fuelphp_setup