themosis / plugin

Themosis framework plugin boilerplate.
54 stars 19 forks source link

cant use blade theme engine #15

Closed mobin733 closed 5 years ago

mobin733 commented 5 years ago

Hello! when i create sample.blade.php in views folder this happen: Warning: file_put_contents(\views\/c450af0719ef.........2d027adb895b.php): failed to open stream: No such file or directory in ...\wp-content\plugins\framework\vendor\illuminate\filesystem\Filesystem.php on line 122

sample.php and sample.twig is working

jlambe commented 5 years ago

Hi, you're missing a storage/views directory at your project root. Try to add those folders so templates engines can store compiled views.