'Failed when put cache to file in laravel

When i run

Cache::put('max_age','100',60));

Then the error said that

file_put_contents(storage/framework/cache/data/8f/87/8f87426f74633c0fa8f717150f13e8fc0404d63c): failed to open stream: No such file or directory

Please help me to fix this bug! Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source