petehouston / laravel-tinymce-simple-imageupload

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

Missing Laravel 9 / PHP 8+ Support #25

Open woodjme opened 2 years ago

woodjme commented 2 years ago

petehouston/laravel-tinymce-simple-imageupload 1.3.0 requires php ~5.5|~7.0 -> your php version (8.1.9) does not satisfy that requirement.

Laravel 9 requires PHP 8.0 at a minimum

tprinty commented 1 year ago

I am having this issue as well. Has anyone found a work around?

tprinty commented 1 year ago

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.