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.
Updates the github readme to fix the
vendor:publish
views cmd.Current state
The command in the docs generates the followng output:
Proposal
The following update fix the issue and do publish the views.