artisan route:cache command fails due to more than one inclusion of the helper.php files. I have fixed the issue with updating "include $helper;" to "include_once $helper;" in boot() method of ModuleServiceProvider class.
artisan route:cache command fails due to more than one inclusion of the helper.php files.
I have fixed the issue with updating "include $helper;" to "include_once $helper;" in boot() method of ModuleServiceProvider class.