You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in development.config.php file. 'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}-development.php'],
replace '-' with '.' solved the problem for me. 'config_glob_paths' => [realpath(__DIR__) . '/autoload/{,*.}{global,local}.development.php'],
Bug Report
Summary
I was using named Adapter in my database configuration as shown in https://docs.laminas.dev/tutorials/db-adapter/#configuring-named-adapters:
But the Laminas\DeveloperTools module send a Fatal error that tells no 'driver' key present
Current behavior
How to reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: