Nuno Maduro
Nuno Maduro
@sarthaksavvy I am think notifications with icons are not supported in Windows.
Laravel Zero version ? On Mon 11 Mar 2019 at 08:01, FujiMakoto wrote: > Closed #193 . > > — > You are receiving this because you are subscribed to...
5.8 it's the latest version. I don't think it's the solution anyway. You must declare a dynamic storage path on the console-dusk settings. Maybe @ijpatricio can give you a hand...
How about refactor the current implementation to something like: https://divinglaravel.com/laravels-package-auto-discovery? If you have this below the component will be not injected. ``` "extra": { "laravel-zero": { "dont-discover": [ "nunomaduro/laravel-console-dusk" ]...
No plans for this.
@owenvoke Do know why this is not working on Laravel Zero? Couldn't find the reason.
Checking this after lunch.
@troccoli @mvanduijker What happens if you call `php application app:rename` directly ?
Can't reproduce it on mac. Can you try to debug it?
Thanks for your work on this!