Flynsarmy/laravel-db-blade-compiler

No such file or directory

Besmer opened this issue · 5 comments

file_put_contents(%dir to project%/storage/app/db-blade-compiler/views/17abf6bcdeeb5ac643c79833c995cb95): failed to open stream: No such file or directory

I also have this issue

'file_put_contents(path-to-project\storage\app/db-blade-compiler/views/3ad3cf66a3856b81120bd1be29475b50): failed to open stream: No such file or directory

@Flynsarmy Can you point out which is the probable cause of this and how to fix it?

I ended up creating the folder myself: mkdir -p storage/app/db-blade-compiler/view

I don't use this package anymore and haven't tested in a long time. If you come up with a fix (such as the one @Besmer made, submit it in a PR and I'll merge.