Well evert extra you need to make, makes your application slower. So in this case a number of classed needs to be instantiated and so on. However this is not noticeable for the user, as far as I know. It might be a few milliseconds..
@bobbybouwmann ok, i want these milliseconds, it's for an api.
I coded all my app in lumen without facades, but i am stuck with calling artisan from code without using facades...
Simple way would be to enable facades, but if there is at least some milliseconds that i can gain, i prefer not to enable them.
Do you have an idea of how to call artisan inside code without the artisan facade?