Developer Blog

  • Blog
  • /
  • Composer Support
By Dracony on 30 January 2013

Now you can have your composer dependencies usable from inside PHPixie. Create your composer.json in PHPixie root directory and add this to your configuration:

1
2
3
4
5
// /application/config/core.php
return array(
    //..Rest of the config
    'composer' => true
);

this will register composers’ autoloader wiht PHPixie and allow you to use vendor classes installed with it.

comments powered by Disqus