CodeIgniter Composer Installer |
Hi, I created a package to install CodeIgniter with `composer create-project`.
Code: $ composer create-project kenjis/codeigniter-composer-installer codeigniter https://github.com/kenjis/codeigniter-co...-installer
I dig the /bin folder and check-diff.sh script as well.
I to "adjust" index.php and rarely copy any new /codeigniter/application/config/* "updates" over to my /application/config/* files. This is a quick and easy way to check for differences after I do a composer update (ie. codeigniter update). Nice Work!
I really dig this idea. Nice implementation with the post-install hook in composer, too.
Thanks guys!
I added: * Add shell script to install translations for system messages * Add router script for PHP built-in server https://github.com/kenjis/codeigniter-co...-installer
I released v0.1.4.
* Add shell script to install Codeigniter Matches CLI * Add shell script to install CodeIgniter HMVC Modules https://github.com/kenjis/codeigniter-co...-installer
Nice work, thanks !
Would be awesome to create modules with cli when using HMVC architecture (mix of Codeigniter Matches CLI and CodeIgniter HMVC Modules). And one more detail : maybe it would be better to integrate wiredesignz library for HMVC (https://bitbucket.org/wiredesignz/codeig...sions-hmvc) instead of jenssegers github repo, which is not updated anymore i think. (05-23-2015, 02:40 AM)jenesaisquoi Wrote: Nice work, thanks ! I added wiredesignz library for HMVC to `master` branch, and also rewrote scripts to install with PHP. So you can test it: Code: $ composer create-project kenjis/codeigniter-composer-installer:dev-master codeigniter If there is no problem, I will release the next version of CodeIgniter Composer Installer.
I released v0.2.0: https://github.com/kenjis/codeigniter-co...r/releases
* New third party library installer (rewrite in PHP) * Add Modular Extensions - HMVC (wiredesignz) installer
Hi kenjis I tried get this install but it was downloaded whitout the index.php file. Is it normal? I tried to copy the default index.php file from a normal CI3, but it's show an error.
"Your system folder path does not appear to be set correctly. Please open the following file and correct this: index.php"
PHP is Life!!! See My Portfolio
|
Welcome Guest, Not a member yet? Register Sign In |