Winnie Lin

Results 37 comments of Winnie Lin

@eriktobben You may setup your settings.json by adding `"editor.snippetSuggestions": "bottom",` to change the suggestion order.

@hmaesta @granvilla Do you install other blade formatter extension? Actually this extension only do a little format feature. In my case, I also install `Laravel Blade Formatter`, you may try...

@mrleblanc101 There is an extension - [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) may help

@KujengaDigital99 ![圖片](https://github.com/onecentlin/laravel-blade-snippets-vscode/assets/7122270/3e365ac1-dccf-4075-a45a-fc7ffe518ab0) Format this code does not cause spaces between `:`. Do you have any other extension conflict with?

@fronbow You may create `admin` folder under `public` folder, and move `adminer.css` file into `admin` folder It will auto load the style from path `/admin/adminer.css`

Hi @Vinze If you are not using global middleware including `\Illuminate\Session\Middleware\StartSession::class` I'll recommend you use middlewareGroups, you may adjust to fit your needs. Checkout README - Setup Access Permission (Middleware)...

@giunashvili I only do compile adminer source code with Laravel naming conflict issues. You might edit source code to recompile file to fit your needs. Now adminer v5.x use namespace,...