Emiel Molenaar
Emiel Molenaar
Just require illuminate/view version 5.3 in your composer.json and update your dependencies.
This happened to me while running PHP 7.3. Downgrading to PHP 7.2 seems to workaround this issue for now.
I don't think server configuration management is the job of a deployment tool. Apart from that it's kind of complex to setup this for all kinds of different projects and...
Great stuff guys. Thanks a lot for all the hard work.
@tymondesigns A merge would be great 😄
Well I really hope he's OK and healthy.
This would be a nice feature.
Same issue here, we are using _.vue to fetch pages from an API based on the page path. Together with the prefix_and_default strategy and without a default locale, the route...
Same issue here. You can work around this for now by setting `cacheLoader` to `false`: see https://github.com/harlan-zw/nuxt-webpack-optimisations#features-1 .
I am on Kubuntu 21.10 and having the same issue (restarted my PC just to be sure). ` The #142 (comment) above from @Rmdhn1 did the trick for me as...