DEV Community

Guilherme Dakuzaku
Guilherme Dakuzaku

Posted on

2 2

Laravel Erro: “Driver [] is not supported”

Caso, aconteça o erro no Laravel Driver [] is not supported execute na pasta do Laravel:

php artisan config:clear
Enter fullscreen mode Exit fullscreen mode

Motivo:
Quando é iniciado executado o Laravel no servidor ou na sua maquina, ele carrega as informações em cache inclusive do config/filesystem.php. Use o comando a cima para limpar as configurações carregadas.

Top comments (0)

Image of Datadog

Create and maintain end-to-end frontend tests

Learn best practices on creating frontend tests, testing on-premise apps, integrating tests into your CI/CD pipeline, and using Datadog’s testing tunnel.

Download The Guide

👋 Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay