laravel icon indicating copy to clipboard operation
laravel copied to clipboard

artisan vendor:publish error

Open khaninejad opened this issue 9 years ago • 0 comments

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: deply2 deplyment

I can resolve this error using this method:

  1. Login to the server using ssh
  2. Run a PHP artisan vendor:publish
  3. Restart the application

That's all Regards Payam

khaninejad avatar Jul 25 '15 12:07 khaninejad