php - Can I use laravel5 packages in Lumen? -


i developing rest api's in laravel5 , moving same project lumen due speed issue. problem is,i using "vsmoraes/laravel-pdf": "1.0.1" in laravel,now want use same in lumen. how possible?

when added via composer , trying access controller,i getting following error ,

    bindingresolutionexception in container.php line 785:     target [vsmoraes\pdf\pdf] not instantiable. 

any idea?

lumen micro-framework based on laravel. of that, lumen not have laravel featuers (by default).

most of packages have updated, have less laravel-specific dependencies they're having now.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -