You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Using Laravel 7.14.1 with Laravel.Smarty 4.0.0.
Changing the 'template_path' variable in ytake-laravel-smarty.php has no effect on loading view files from that path.
I had to change the path from config/view.php for it work. Is this expected behavior?
Same goes for the compile/cache path.
The text was updated successfully, but these errors were encountered:
officialkirill
changed the title
ytake-laravel-smarty.php config file 'template_path' has no effect
ytake-laravel-smarty.php config file has no effect
Jun 7, 2020
@officialkirill are you sure about the compile and cache paths? those seem to work for me, because they're managed by Smarty.
The template path is another issue, because the template is found by FileViewFinder that doesn't know to look into that directory.
So putting the path in config/view.php is a workaround for this.
Hi!
Using Laravel 7.14.1 with Laravel.Smarty 4.0.0.
Changing the 'template_path' variable in ytake-laravel-smarty.php has no effect on loading view files from that path.
I had to change the path from config/view.php for it work. Is this expected behavior?
Same goes for the compile/cache path.
The text was updated successfully, but these errors were encountered: