Level 52
I use it without problem in this example.
I want to use email service in lumen, based on guide, I tried to add illuminate/mailpackage via composer by running following statement in command line.
composer require illuminate\mail
Now am getting following error,
[Invalid argument exception] Could not find package illuminate\mail at any version for your minimum-stability (stable).Check package spelling or your minimum-stability
How can I resolve this? How can I use email service in Lumen?
Please or to participate in this conversation.