Running php artisan vendor:publish fails because the config and migration paths in InventoryServiceProvider have extra ... The publish command cannot locate the files.
Fix: Update the paths to use DIR.'/../config/config.php' and DIR.'/../database/migrations/'.
Running php artisan vendor:publish fails because the config and migration paths in InventoryServiceProvider have extra ... The publish command cannot locate the files.
Fix: Update the paths to use DIR.'/../config/config.php' and DIR.'/../database/migrations/'.