Good afternoon colleagues !!!.
I'm installing Laravel Collective but I'm having problems for it.
If I use the command they provide on the official page:
composer requires "laravelcollective / html": "^ 5.4.0"
I usually get the following error:
Then reading in some sites recommended changing the double quotes for simple, leaving the line as follows:
composer require 'laravelcollective / html: ^ 5.4.0'
Apparently it is because of incompatibility of versions ... How could this solve friends ???