-
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) => {
…
-
Hi
I've just installed this package in a laravel 7 app (php 7.3). All ok, except when I run php artisan lang:js
this is what I get:
```
In LangJsGenerator.php line 215:
…
-
Review package.json dependencies here -
https://github.com/2pisoftware/cmfive-core/blob/develop/system/templates/base/package.json
Mark if they are required.
Remove them if they are not required…
-
### Bug description
We have a multisite setup where we have static caching enabled, the server went down this morning as it ran out of disk space, I tracked this down to the `storage/statamic/stati…
-
### Check for existing issues
- [X] Completed
I found this other issue which seems almost the same, except it talks about wildcards:
https://github.com/zed-industries/zed/issues/8466
### D…
-
Yes I did it :) And yes its works.
Still waiting for official support on https://github.com/jonkemp/useref/pull/7
and your updates. So I hope you will bring back the old options and by default return …
-
What is the best practice for the translation variables?
for example __('some variable')
do we do it as snake_case or kebab-case or camelCase?
-
### Lang Package Name
laravel-lang/lang
### Lang Package Version
15.9.0
### Laravel Framework Version
11
### PHP Version
8.3
### Dependencies
"require": {
"php": "^8.3",
…
-
My question is how to most elegantly set current locale in js, based on currently used laravel (backend locale)?
I have tried different solutions like for example setting locale based on headers - a…
-
Error : java.lang.NoSuchMethodError: No direct method (Ljava/util/Map;)V in class Lcom/pusher/client/channel/PusherEvent; or its super classes (declaration of 'com.pusher.client.channel.PusherEvent' …