I have installed a package using composer. I need to use it like
use aaa\bbb\ccc as xxx;
in laravel we would set it in config/app/php
but how to use it in lumen?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community