laravel-pwa
laravel-pwa copied to clipboard
Fix namespace for the console commands
The namespace of DeployManifest is Console\Commands\DeployManifest but the current path of it is Console/DeployManifest.php. This makes it that composer can't really resolve the file location.