spatie / laravel-error-solutions

Display solutions on the Laravel error page
https://spatie.be/docs/laravel-error-solutions
MIT License
71 stars 6 forks source link

Fix cmd to publish vendor views #9

Closed getJv closed 1 week ago

getJv commented 1 week ago

Updates the github readme to fix the vendor:publish views cmd.

Current state

The command in the docs generates the followng output:

/var/www/html/laravel-solutions $ php artisan vendor:publish --tag="laravel-error-solutions-views"

   INFO  No publishable resources for tag [laravel-error-solutions-views]. 

Proposal

The following update fix the issue and do publish the views.

riasvdv commented 1 week ago

Thanks!