duncan3dc / blade

Use Blade templates without the full Laravel framework
Apache License 2.0
144 stars 36 forks source link

Return value of duncan3dc\Laravel\Directives::register() must be an instance of duncan3dc\Laravel\void, none returned #19

Closed enindu closed 6 years ago

enindu commented 6 years ago

Works well on localhost but when it came to hosting, above error message pops up

duncan3dc commented 6 years ago

Is your host on the same PHP version as your localhost?

enindu commented 6 years ago

Nope. I changed PHP version and everything is fine now.