I tried with Laravel 5.6 and 5.7 in both I'm getting the same issue php artisan package:discover command does not work because there is a php class which calls /bootstrap/cache it doesn't listen to method below
$app->useStoragePath(env('APP_STORAGE', base_path() . '/storage'));
I can't understand how you guys make it work?