CodeIgniter Forums
CodeIgniter Composer Installer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9)
+--- Thread: CodeIgniter Composer Installer (/showthread.php?tid=61540)

Pages: 1 2 3 4


CodeIgniter Composer Installer - kenjis - 04-23-2015

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-composer-installer


RE: CodeIgniter Composer Installer - dmyers - 04-24-2015

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!


RE: CodeIgniter Composer Installer - alkarim - 04-24-2015

Nice work...keep working on this kind of projects... Smile


RE: CodeIgniter Composer Installer - kilishan - 04-24-2015

I really dig this idea. Nice implementation with the post-install hook in composer, too.


RE: CodeIgniter Composer Installer - kenjis - 04-24-2015

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-composer-installer


RE: CodeIgniter Composer Installer - kenjis - 04-29-2015

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-composer-installer


RE: CodeIgniter Composer Installer - jenesaisquoi - 05-23-2015

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/codeigniter-modular-extensions-hmvc) instead of jenssegers github repo, which is not updated anymore i think.


RE: CodeIgniter Composer Installer - kenjis - 05-23-2015

(05-23-2015, 02:40 AM)jenesaisquoi Wrote: 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/codeigniter-modular-extensions-hmvc) instead of jenssegers github repo, which is not updated anymore i think.

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
$ cd codeigniter
$ php bin/install.php modular-extensions-hmvc codeigniter-3.x

If there is no problem, I will release the next version of CodeIgniter Composer Installer.


RE: CodeIgniter Composer Installer - kenjis - 05-27-2015

I released v0.2.0: https://github.com/kenjis/codeigniter-composer-installer/releases

* New third party library installer (rewrite in PHP)
* Add Modular Extensions - HMVC (wiredesignz) installer


RE: CodeIgniter Composer Installer - calcio - 05-28-2015

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"