You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Envoy is great, but the Envoy.blade.php at the application root dir is compiled and cached in the application root dir. So this dir fills up with cached Envoy.blade.php files, like Envoyb27d5ced916539d636e8a68a50fa86fd.php.
Any idea to clear these cached files automatically or place them elsewhere?
Regards, Ralf
The text was updated successfully, but these errors were encountered:
Thanks for reporting but it looks like this is a question which can be asked on a support channel. Please only use this issue tracker for reporting bugs with the library itself. If you have a question on how to use functionality provided by this repo you can try one of the following channels:
I found out, that the cached Envoy.blade.php files only remain there in case of an PHP error in the blade file.
So they can be deleted manually and won't be left over in case of correct execution.
Envoy is great, but the Envoy.blade.php at the application root dir is compiled and cached in the application root dir. So this dir fills up with cached Envoy.blade.php files, like Envoyb27d5ced916539d636e8a68a50fa86fd.php.
Any idea to clear these cached files automatically or place them elsewhere?
Regards, Ralf
The text was updated successfully, but these errors were encountered: