Using Composer with Codeigniter? |
Thank you guys! Im using CI 2, so I found a solution on SO after you guys mentioned autoload. Indeed it was a problem with autoload. I added -- require FCPATH . 'vendor/autoload.php'; -- in index.php file. Thanks for your time guys!
Do the one thing you think you cannot do. Fail at it. Try again. Do better the second time. The only people who never tumble are those who never mount the high wire.
|
Messages In This Thread |
Using Composer with Codeigniter? - by lexxtoronto - 04-16-2015, 03:39 PM
RE: Using Composer with Codeigniter? - by silentium - 04-16-2015, 04:19 PM
RE: Using Composer with Codeigniter? - by ivantcholakov - 04-16-2015, 04:22 PM
RE: Using Composer with Codeigniter? - by lexxtoronto - 04-16-2015, 04:42 PM
RE: Using Composer with Codeigniter? - by polarthedog - 05-12-2016, 07:26 AM
RE: Using Composer with Codeigniter? - by Batman - 10-31-2017, 08:47 PM
RE: Using Composer with Codeigniter? - by Narf - 11-01-2017, 05:07 AM
RE: Using Composer with Codeigniter? - by lexxtoronto - 04-16-2015, 04:52 PM
RE: Using Composer with Codeigniter? - by ivantcholakov - 04-16-2015, 05:26 PM
RE: Using Composer with Codeigniter? - by lexxtoronto - 04-17-2015, 08:32 AM
|