First add package as a repository in composer.json file.
"repositories": [
{
"type": "vcs",
"url": "[email protected]:AhmadWaleed/mailmerge.git"
}
]
Now you can install MailMerge via composer using the following command:
composer require ahmedwaleed/mailmerge
MailMerge will automatically register itself using package discovery
Mailmerge requires a Laravel application running version 6.0 or higher and php minimum php 7.4