ytake / Laravel.Smarty

smarty template engine for laravel
MIT License
84 stars 24 forks source link

Call to undefined method Ytake\LaravelSmarty\Smarty::setTemplateDir() #82

Open yogeshGroony opened 1 year ago

yogeshGroony commented 1 year ago

Getting error: Fatal error: Call to undefined method Ytake\LaravelSmarty\Smarty::setTemplateDir() in ProjectDir\vendor\ytake\laravel-smarty\src\SmartyFactory.php on line 203.

"laravel/framework": "5.0.*", "ytake/laravel-smarty": "^2.1"

Want to render: resources/views/login.tpl With cmd: \View::make('login')