pplication::Illuminate\Foundation\{closure}()
      +20 vendor frames 

  22  routes/web.php:106
      Illuminate\Database\Query\Builder::pluck()


   Illuminate\Database\QueryException 

  SQLSTATE[HY000] [2002] No such file or directory (Connection: mysql, SQL: select distinct `category`, `controller` from `menus` where `enabled` = 1 and `controller` is not null)

  at vendor/laravel/framework/src/Illuminate/Database/Connection.php:829
    825▕                     $this->getName(), $query, $this->prepareBindings($bindings), $e
    826▕                 );
    827▕             }
    828▕ 
  ➜ 829▕             throw new QueryException(
    830▕                 $this->getName(), $query, $this->prepareBindings($bindings), $e
    831▕             );
    832▕         }
    833▕     }

  1   [internal]:0
      Illuminate\Foundation\Application::Illuminate\Foundation\{closure}()
      +20 vendor frames 

  22  routes/web.php:106
      Illuminate\Database\Query\Builder::pluck()