JasonBaier / ci3-fire-starter

NOW THAT CODEIGNITER 4 HAS BEEN RELEASED, THIS PROJECT WILL NOT BE UPDATED ANYMORE. CI3 Fire Starter is a CodeIgniter3 skeleton application that includes jQuery and Twitter Bootstrap. It is intended to be light weight, minimalistic and not get in your way of building great CodeIgniter 3 applications.
MIT License
153 stars 154 forks source link

Composer problem #42

Closed sahifedp closed 5 years ago

sahifedp commented 6 years ago

Hi I Wanted to install https://github.com/yidas/codeigniter-model with composer on this project. After installing that and activating composer_autoload ($config['composer_autoload'] = true;) Public_Controller (and Private_Controller and Admin_controller &... ) not included. error: ( ! ) Fatal error: Class 'Public_Controller' not found in /media/global/wamp/www/ci3/application/controllers/Welcome.php on line 3

Call Stack

1 | {main}( ) | .../index.php:0 2 | require_once( '/media/global/wamp/www/ci3/system/core/CodeIgniter.php' ) | .../index.php:325 3 | require_once( '/media/global/wamp/www/ci3/application/controllers/Welcome.php' ) | .../CodeIgniter.php:411

A PHP Error was encountered Severity: Error Message: Class 'Public_Controller' not found Filename: controllers/Welcome.php Line Number: 3