kenjis / codeigniter-composer-installer

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

Remove unecessary folder: /vendor/codeigniter/framework/application #24

Closed komputronika closed 6 years ago

komputronika commented 6 years ago

Folder /vendor/codeigniter/framework/application is unnecessary and redundant. Therefore I think we'd better remove it, to make the installation cleaner. Thanks.

kenjis commented 6 years ago

Folder /vendor/codeigniter/framework/application is unnecessary and redundant.

Yes.

But Composer mananges under the vendor folder. So I don't want to change files in it.