elcobvg / laravel-opcache

Custom OPcache Cache Driver for Laravel. Faster than Redis, Memcache or APC.
MIT License
45 stars 12 forks source link

Check the script exists before including #8

Closed jackwakefield closed 6 years ago

jackwakefield commented 6 years ago

On the back of this (old but probably still relevant) comment I've added a check to see if the key exists before calling include.

elcobvg commented 6 years ago

Apologies for the extremely late reply. I have been very busy the past few months. But many thanks for your contribution!