Makoto

Results 20 comments of Makoto

A quick look at the PHAR's shows one has a storage directory and one doesn't. ![11kwpEU](https://user-images.githubusercontent.com/7929996/54105380-405ecf00-43a9-11e9-870a-c196991b46de.png) Seems like maybe laravel-dusk is causing issues here?

Yep. That was the issue. After removing laravel-dusk the applications working fine again, ```composer remove nunomaduro/laravel-console-dusk```

5.7.*, should be the latest build. I just started this project a week ago.

> I have been having the same issue and found that it was the newrelic extension causing the problem. > I also found that when I was having the issue...

Experiencing the same issue myself again after updating to Laravel Zero 6.0 ![image](https://user-images.githubusercontent.com/7929996/74098156-af293880-4ae2-11ea-984b-d981e2d33792.png) Doesn't work on Windows or when running the command via bash. Fails every time with the following...

Alright, so it looks like this may just be a weird permissions issue with the Linux Subsystem on Windows. Running the build as root fixes it. The build on Github...

See issues #193 regarding the corrupted Phar archives. Laravel Dusk is automatically creating a storage directory inside the PHAR archive on first execution, which causes the PHAR archive to read...

I was able to compile this on the Linux Mint 20.1 (Ubuntu) without needing any PPA's. Here are the packages you need to install: `sudo apt install qtdeclarative5-dev libqt5remoteobjects5 libqt5remoteobjects5-bin...

I ran into this same issue. Make sure the path to your JRE binary is in your windows PATH, e.g. ``` $env:PATH = $env:PATH + ";C:\Program Files\Java\jdk1.8.0_141\jre\bin" ``` After that,...

+1 I was looking for a way to do this myself. Being able to display a stream of commit messages would be a very nice addition. A way to control...