dinandmentink / nova-markdown

Adds a markdown editor component to laravel nova.
MIT License
36 stars 4 forks source link

Laravel 9 support is available as v3.0.1 #19

Closed dinandmentink closed 2 years ago

dinandmentink commented 2 years ago

Quick note for all those who are waiting for this. I'm currently working on laravel 9 support.

dhonions commented 2 years ago

Thanks! Looking forward to it 👍

dinandmentink commented 2 years ago

For those reading. Sorry, the world exploded and I was away. I have not forgotten or abandoned this project, but still have to fix the laravel 9 support. Sorry to keep you all waiting.

dinandmentink commented 2 years ago

Alright. Thanks for waiting. I have just released version v3.0.1 which works with laravel v9.x. I have tested it locally and it works, but hasn't been verified in production yet, however I would be comfortable deploying this myself.

v3.x will also require spatie/image v2.x. To me it seems spatie/image v1.x doesn´t work with larave v9.x anyways.

If you find any problems please let me know in an issue or submit a pull request.

Sorry for being this slow, but the last year has been hectic and /gestures to world outside/.

Edit: I'll update the readme to display the laravel/php version constraints.