rizwan157's avatar

Dealing with dependency in custom package

I'm creating Laravel 5.6 custom package. This package require some dependencies as well.

Normally when we add some package using composer we've to register it in app.php, no matter how many dependencies it has we don't care about it. Main package deals with all dependencies internally.

In case of custom package how can I do it ?

0 likes
0 replies

Please or to participate in this conversation.