-
It would be great if this package could support multitenancy (i. e. https://github.com/spatie/laravel-multitenancy). Basically it would be enough to put custom translations in a tenant-specifiy folder…
-
I found this randomly on Github, and after looking at the readme it looks like this repo is from a laravel tutorial series?
i tried looking this tutorial series up but havent found it.
Would you…
ghost updated
6 years ago
-
**Describe the bug**
Starting in [v0.1.3](https://github.com/speniti/laravel-mix-workbox/commit/080d5815af64b311f320c45fb28027f99c830068), this plugin resets the `publicPath` config key to solve an i…
-
Initial work pertaining to localization, e.g. configure the locale in Laravel, create the fr lang/ directory, etc., has already been done. However, the translation list is still incomplete.
Here is …
-
gulpfile.js
```
const elixir = require('laravel-elixir');
require('laravel-elixir-vue-2');
// require('laravel-elixir-webpack-official'); require this not show the error
elixir((mix) => {
…
-
I have some issues with importing already existing translations from arrays.
There are 2 languages, EN and JA and they each have 5 files with translations (auth.php, error.php, messages.php, ...). …
-
Hi !
I want to @import in Stylus, but i have this strange error :
```
Browserify Failed!: Why.vue:undefined:undefined
Cannot read property 'nodeName' of undefined
```
I'm using vueify via Laravel-…
-
### Project Dependencies
```
+-- @vue/compiler-sfc@3.0.0
+-- axios@0.19.2
+-- browser-sync@2.26.12
+-- browser-sync-webpack-plugin@2.2.2
+-- cross-env@7.0.2
+-- laravel-mix@5.0.5
+-- laravel-m…
-
- Laravel Mix Version: "^6.0.6"
- Node Version: 14.4.0
- NPM Version: 6.14.5
- OS: windows
I create a laravel application with jetstream and inertia-vue stack for my new project problem…
-
Hi, I registered to Github just to post this... so forgive me if I'm doing things wrong.
I would like to ask you to change the way the 'consumers' array is managed in order to allow multiple requests…