laravel-mail-editor icon indicating copy to clipboard operation
laravel-mail-editor copied to clipboard

Laravel 10 support?

Open chiragsenjaliya opened this issue 1 year ago • 16 comments

Hey,

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

Hope It will update soon.

chiragsenjaliya avatar Mar 31 '23 09:03 chiragsenjaliya

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?

ReeceM avatar Apr 03 '23 13:04 ReeceM

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

YvanMARTY avatar May 16 '23 18:05 YvanMARTY

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

@YvanMARTY Thank you that would be awesome 💯

ReeceM avatar May 16 '23 18:05 ReeceM

@ReeceM sure

chiragsenjaliya avatar May 17 '23 08:05 chiragsenjaliya

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

meet-7span avatar Jul 03 '23 14:07 meet-7span

@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.

ReeceM avatar Jul 03 '23 17:07 ReeceM

Any update on Laravel 10

Shaz3e avatar Sep 10 '23 21:09 Shaz3e

Any updates on this?

AimalAzmi avatar Dec 05 '23 22:12 AimalAzmi

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

azaricstefan avatar Dec 05 '23 23:12 azaricstefan

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

sandip-b-7span avatar Dec 13 '23 05:12 sandip-b-7span

What command did you try?

azaricstefan avatar Dec 13 '23 08:12 azaricstefan

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

sandip-b-7span avatar Dec 13 '23 09:12 sandip-b-7span

You have to configure minimum stability to beta.

azaricstefan avatar Dec 13 '23 09:12 azaricstefan

@azaricstefan yes, it is working now. Thank you

sandip-b-7span avatar Dec 13 '23 10:12 sandip-b-7span

@ReeceM can you move release to stable tag please?

Package is working as expected :)

azaricstefan avatar Dec 13 '23 10:12 azaricstefan

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

Stephan-MC avatar Dec 29 '23 16:12 Stephan-MC