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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -