caffeinated / modules

:package: Modules package for Laravel

Home Page:https://caffeinatedpackages.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vendor:Publish config files

illuminate3 opened this issue · comments

With Laravel 5.6 the publish command now gives you a list to choose from. I did not see any of my modules so I just selected the config options which just pulled configs from the vendors folder and not my modules.

It could be that the ModuleServiceProvider is not being picked up by laravel for this functionality.