laravel
laravel copied to clipboard
artisan vendor:publish error
Hi,
When I want to add a custom class to the composer.json my custom class need to implement in config/app.php and after that need to artisan vendor:publish But when I want to commit my application, then I receive this message:
I can resolve this error using this method:
- Login to the server using ssh
- Run a PHP artisan vendor:publish
- Restart the application
That's all Regards Payam