Codeigniter Global Installer |
12-10-2015, 05:01 PM
(This post was last modified: 06-07-2016, 06:00 AM by dsv. Edit Reason: change title )
Hi, I built a simple way to install a CodeIgniter application.
https://github.com/davidsosavaldes/Codei...-Installer Using composer: Code: composer global require dsv/codeigniter-installer Once installed you can run in the terminal Code: codeigniter new <app_name> This command will create a fresh CodeIgniter installation. Also you can specify the CodeIgniter version with the second param, so the installer can search for an alternate application environment: Code: codeigniter new blog 3.0.3 This is really simple implementation. Hope you like it. |
Welcome Guest, Not a member yet? Register Sign In |