Qoraiche / laravel-mail-editor

MailEclipse :zap: Laravel Mail Editor
Other
2.09k stars 257 forks source link

Laravel 10 support? #230

Closed chiragsenjaliya closed 4 months ago

chiragsenjaliya commented 1 year ago

Hey,

I am using this amazing package and needed to use it in laravel v10.

Hope It will update soon.

ReeceM commented 1 year ago

Hi there,

I don't think there were major changes on L10 that would break updating the composer deps to require laravel 10. So we could do that.

Would you be willing to pull a pre release to see if it works for you?

YvanMARTY commented 1 year ago

Hi @ReeceM, I can be the tester of the pre-release :)

ReeceM commented 1 year ago

Hi @ReeceM, I can be the tester of the pre-release :)

@YvanMARTY Thank you that would be awesome 💯

chiragsenjaliya commented 1 year ago

@ReeceM sure

meet-7span commented 1 year ago

@Qoraiche @ReeceM Do we have any information regarding when we can expect an official update for L10?

ReeceM commented 1 year ago

@Qoraiche @ReeceM

Do we have any information regarding when we can expect an official update for L10?

Hi there @meet-7span so I am waiting for feedback from the pre release, you can give that a go.

Shaz3e commented 1 year ago

Any update on Laravel 10

AimalAzmi commented 10 months ago

Any updates on this?

azaricstefan commented 10 months ago

I tested locally on Laravel 10 and PHP 8.2, it works as expected.

sandip-b-7span commented 9 months ago

@azaricstefan i tried to install it in laravel10 and php8.2 but still not able to install this package.

azaricstefan commented 9 months ago

What command did you try?

sandip-b-7span commented 9 months ago

@azaricstefan i tried the below command : composer require qoraiche/laravel-mail-editor

azaricstefan commented 9 months ago

You have to configure minimum stability to beta.

sandip-b-7span commented 9 months ago

@azaricstefan yes, it is working now. Thank you

azaricstefan commented 9 months ago

@ReeceM can you move release to stable tag please?

Package is working as expected :)

Stephan-MC commented 9 months ago

to install on laravel 10,

composer require qoraiche/laravel-mail-editor:dev-master

or

composer require qoraiche/laravel-mail-editor:4.1.0-beta.0