yda
yda
Would be very nice to use Tailwind simple Dark mode utility classes to allow a proper dark/light mode rendering out of the box. To style it on my own, If...
``` > vue-i18n-extract report --vueFiles './resources/js/**/*.?(js|vue)' --languageFiles './resources/lang-js/*.?(json|yml|yaml|js)' --remove --add --missing-translation-string [vue-i18n-extract] CACError: Unknown option `--missingTranslationString` at Command.checkUnknownOptions (/var/www/ekarto-dev/node_modules/cac/dist/index.js:404:17) at CAC.runMatchedCommand (/var/www/ekarto-dev/node_modules/cac/dist/index.js:602:13) at CAC.parse (/var/www/ekarto-dev/node_modules/cac/dist/index.js:541:12) at Object. (/var/www/ekarto-dev/node_modules/vue-i18n-extract/bin/vue-i18n-extract.js:56:5)` ``` I...
Hello, I'm using the laravel driver and following collection setup (I only pasted relevant parts) : Collection: ``` [ 'name' => 'fr_title', 'type' => 'string', 'optional' => true, 'locale' =>...
Hello, I'm really in trouble to make Algolia search using Laravel Scout driver and get proper pagination. Here my search: ``` $results = Post::search($searchQuery) ->with(['filters' => $filters]) ->paginate(15); ``` First...
I'm using Laravel CSP package to define strict CSP header. In order to work, each tag requires a nonce value. Telescope toolbar does not support it and does not load...