polodev
polodev
auto complete / hinting not working after installing new laravel blade highlight
I used to use your sublime all auto complete. Did you discontinue this? Can you suggest me alternative?
got following notice Return type of `HtmlGenerator\Markup::offsetUnset($attribute)` should either be compatible with `ArrayAccess::offsetUnset(mixed $offset): void`, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in `/project-folder/vendor/airmanbzh/php-html-generator/src/Markup.php` on...
```php {{ !empty($title)? $title : config('meta.title') }} ``` now double title is visible
can't install in laravel 10
`Schema::create('attributes', static function (Blueprint $table) { $table->id(); $table->string('name'); $table->timestamps();}); `
**Require to add vim KeyMap** ```js easymde.codemirror.setOption('keyMap', 'vim'); ``` getting following error ``` Uncaught TypeError: Cannot read properties of undefined (reading 'call') at Zo (easymde.min.js:7:128459) at easymde.min.js:7:138057 at da (easymde.min.js:7:138084)...