petehouston / laravel-tinymce-simple-imageupload

Simple image upload for TinyMCE in Laravel.
69 stars 25 forks source link

Error: undefined function resource_path() #2

Closed 4LatamFede closed 8 years ago

4LatamFede commented 8 years ago

Whoops, looks like something went wrong. 1/1 FatalErrorException in TinymceServiceProvider.php line 28: Call to undefined function Petehouston\Tinymce\resource_path()

in TinymceServiceProvider.php line 28
petehouston commented 8 years ago

@4LatamFede how did you config your project and this package? What is your Laravel version? This package just works fine with Laravel 5.2+

petehouston commented 8 years ago

@4LatamFede Okay, so I've just looked into it. Could you try the latest version and give me the result 1.1.0.

Fixed at laravel-tinymce-simple-imageupload

Thank you.