Tá dando que nao reconhece o Js. Diferente do outro tópico, meu PHP já tá atualizado.Quando tento instalar o pacote com o composer da o erro:
PS C:\Users\ribeiro.dacosta\Desktop\git\laravel-alura\controle-series> composer require laravelcollective/html:^6.4
The "6.4" constraint for "laravelcollective/html" appears too strict and will likely not match what you want. See https://getcomposer.org/constraints
./composer.json has been updated
Running composer update laravelcollective/html
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires laravelcollective/html 6.4 -> satisfiable by laravelcollective/html[v6.4.0].
- laravelcollective/html v6.4.0 requires illuminate/http ^6.0|^7.0|^8.0|^9.0|^10.0 -> found illuminate/http[v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.25] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Pelo que eu vi aqui ta tudo atualizado, não tô entendendo esse conflito de versões. E os chats IA só ficam mandando eu fazer a mesma coisa em loop que não resolve nada.