Webklex / laravel-imap

Laravel IMAP is an easy way to integrate both the native php-imap module and an extended custom imap protocol into your Laravel app.
https://www.php-imap.com
MIT License
618 stars 177 forks source link

Not able to install laravel-imap on laravel11 #491

Open SourabhBute opened 2 months ago

SourabhBute commented 2 months ago

Describe the bug Not able to install laravel-imap on laravel version 11

To Reproduce Steps to reproduce the behavior: Download fresh laravel11 project and run the following command composer create-project laravel/laravel example-app composer require webklex/laravel-imap

Expected behavior I want to use laravel-imap on laravel 11

Screenshots Please find attachment for your reference image

Desktop / Server (please complete the following information):

kriiv commented 2 months ago

I guess this is essentially abandoned.

kriiv commented 1 month ago

I'd recommend using PHP default IMAP functions if you're still facing issues, they work well.