kenjis / codeigniter-composer-installer

Installs the offical CodeIgniter 3 with secure folder structure via Composer
MIT License
377 stars 118 forks source link

Third party libraries should be installed under third_party directory? #11

Closed ysgk closed 7 years ago

ysgk commented 8 years ago

The install.php installs third party libraries under the application direcotory. I think, however, they should be placed under third_party directory.

Or is this a preferable way for some reason?

Anyway, thanks for this package.

kenjis commented 7 years ago

I perhaps made it just to install the libraries with their instructions for installation. If you could install them into third_party, it would be fine.