clickcoder / slim-blade

Blade is a simple, yet powerful templating engine provided for the Slim Framework
32 stars 10 forks source link

Fatal error: Call to a member function make() on a non-object in C:\dev\workspace\fb100-beam-history\trunk\source_slim\vendor\illuminate\support\Illuminate\Support\helpers.php on line 493 #1

Closed flipace closed 10 years ago

flipace commented 10 years ago

When trying to use Blade as the template engine i get the following error:

Fatal error: Call to a member function make() on a non-object in C:\dev\workspace\fb100-beam-history\trunk\source_slim\vendor\illuminate\support\Illuminate\Support\helpers.php on line 493

Any ideas?

clickcoder commented 10 years ago

Should be fixed now

flipace commented 10 years ago

Awesome! Works great. Thank you!