Winnie Lin
Winnie Lin
@jazz7381 It did publish config file as well. May you try it again?
@jazz7381 which version are you using? `config/adminer.php` is added since v5.1.x You may update composer package up to v5.1.x
@jazz7381 Hi, config file is avaiable since version 5.0.0, but not 4.7.x
@icodetheworld Please check your mysql socket path. You may modify your `php.ini` and update correct path for `mysqli.default_socket`
Check your current mysql socket with command: `netstat -ln | grep -o -m 1 -E '\S*mysqld?\.sock'` This command works while your MySQL or MariaDB is running. For mac user using...
@billymedia Somehow it depends on which color theme you use. This is the screenshot using `Material Theme`. 
@bamurtaugh Yes, I would like to support this extension for the web. Since this extension contains language server, which was contributed by one of the contributors, I am not sure...
@Obka Do you add `"blade.format.enable": true,` to your user settings?
@Obka Do you save the file as `*.blade.php`, and it's not just untitled unsaved file.
@Obka Is there any other blade relative extensions you installed? I cannot reproduce your issue. Also please make sure you are in `Laravel Blade` language mode.