I highly doubt this is possible without making some major changes ... I could be wrong though ... I'd try looking for a bundle.
Just drop composer.json into the root of the code base and run composer install.
in application/start.php add line
require __DIR__.'/../vendor/autoload.php';
after line that has Laravel\Autoloader. (48 in my case)
Enjoy
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community