Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidsosavaldes/Codeigniter-Installer
A Composer global command that installs the latest official Codeigniter framework.
https://github.com/davidsosavaldes/Codeigniter-Installer
Last synced: 3 months ago
JSON representation
A Composer global command that installs the latest official Codeigniter framework.
- Host: GitHub
- URL: https://github.com/davidsosavaldes/Codeigniter-Installer
- Owner: david-sosa-valdes
- License: mit
- Archived: true
- Created: 2015-12-09T19:08:54.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T14:33:17.000Z (about 7 years ago)
- Last Synced: 2024-05-21T19:15:41.479Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-codeigniter - Codeigniter Global Installer - A Composer global command that installs the latest official CodeIgniter framework. (Third Party)
README
## Codeigniter - Application Installer
A Composer global command that installs the latest official Codeigniter framework.
[![asciicast](https://asciinema.org/a/45174.png)](https://asciinema.org/a/45174)
#### Using Composer:
```
composer global require "dsv/codeigniter-installer"
```Once installed, you can run the command:
```
codeigniter new
```Also you can specify the CI version with the second param, so the installer can search for an alternate application version:
```
codeigniter new 3.0.6
```#### Note:
Make sure to place the `~/.composer/vendor/bin` directory in your bash `PATH` so the `codeigniter` executable can be located by your system.