Framework: Cache Issue

Created on 7 Sep 2018  路  3Comments  路  Source: laravel/framework

hi,

i push laravel job via bitbuket. i run all command cache:clear and composer dump-autoload but new code not executed
@taylorotwell @adnan5253

Most helpful comment

@sushantlp However see this issue.
It seems like a sub folder is missing: ./storage/framework/cache/data

And this makes the artisan cache:clear command fail at least under version 5.7. Simply creating the directory fixed this issue for me.

Hope this helps.

All 3 comments

Hi there,

Welcome to Laravel and we are glad to have you as part of the community.

Unfortunately this GitHub area is not a support area for general application issues. This is only for issues/bugs with the framework code itself.

Can I suggest closing your issue ticket here? Instead try asking your question on one of the many great community support areas that will likely give you a better answer more quickly:

  • Laravel Slack (https://larachat.co/)
  • Laravel.io Forum (https://laravel.io/forum)
  • Laracasts Forum (https://laracasts.com/discuss)
  • StackOverflow (http://stackoverflow.com/questions/tagged/laravel)

Thanks in advance.

ok thanks

@sushantlp However see this issue.
It seems like a sub folder is missing: ./storage/framework/cache/data

And this makes the artisan cache:clear command fail at least under version 5.7. Simply creating the directory fixed this issue for me.

Hope this helps.

Was this page helpful?
0 / 5 - 0 ratings