Open woodjme opened 2 years ago
I am having this issue as well. Has anyone found a work around?
I created a PR for this change https://github.com/petehouston/laravel-tinymce-simple-imageupload/pull/26
If you want to use my changes in your composer file add the following lines/changes
Add the following repo section "repositories": [ { "type": "vcs", "url": "https://github.com/ChiroWay-Franchise/laravel-tinymce-simple-imageupload" } ],
Then update the line for the package to "petehouston/laravel-tinymce-simple-imageupload": "dev-chiroway-updates",
Love this package.
Laravel 9 requires PHP 8.0 at a minimum