-
## Current behavior
when compiling for dev, the compiler seems to work great
when compiling for prod, i get the following error (38 times, for different vue components)
```
ERROR in ./resour…
-
I constantly get these in the Event log, when using PhpInsights on:
```
PhpStorm 2020.1
Build #PS-201.6668.153, built on April 13, 2020
Licensed to G2 Ocean / Linas Jusys
You have a perpetual fal…
-
Hi, i started a package over at https://github.com/mll-lab/graphql-php-scalars to gather custom scalars.
I see you implemented a few of your own. It would be nice to concentrate the efforts towards…
-
### What Happened
When I use the laravel arch preset which contains the following code:
```
$this->expectations[] = expect('App\Http')
->toOnlyBeUsedIn('App\Http');
```
my tests fail…
-
For small projects, using the app folder to place eloquent models is OK, but when working with larger projects, this may become messy, since the inclusion of model directories will be necessary. Mixin…
ghost updated
4 years ago
-
Really liking how sage-installer looks so far. Also +1 for adding Bulma.
Following up from sage [Issue #1868](https://github.com/roots/sage/issues/1868).
My comment on the issue seen [here](http…
Log1x updated
6 years ago
-
## Description
The `/admin` route throws a 404 error when using a fresh Laravel 11 install and the `basic-page-builder` preset. I narrowed it down to the catch-all route that is being used: `Route:…
-
### Expected Behavior
Hot reload
### Actual Behavior
When I make second build with webpack-dev-server, plugin works fine, but when I make changes in files, plugin throws error:
#### Is…
-
Perhaps there is something I'm doing wrong, but I am following the documentation and examples, and I cannot understand why I am getting back a string of javascript instead of the template's html.
I…
-
**Element UI version**
"element-ui": "^2.10.1"
**OS/Browsers version**
Linux, Chrome
**Vue version**
"vue": "2.*"
I have a project Laravel & Vue.js. We are using Element UI. We want SSR to…