Hey Laravel developers! ๐
Iโm excited to share a new open-source package Iโve been working onโHulakhi Subscription! ๐
Hulakhi Subscription makes it super easy to manage your subscribers and send email notifications in your Laravel application, with no complex setup required.
Key Features:
Subscriber Management: Automatically handle subscribers by storing their emails in the database.
Email Notifications: Send beautifully designed email notifications with minimal effort.
Pure CSS Templates: Includes a starter email template that you can customize to fit your needs.
Scalable: Efficiently handle large subscriber bases using caching, ensuring smooth email delivery.
Whether you're building a blog, e-commerce site, or any platform that needs to notify users, Hulakhi Subscription simplifies the process.
Installation:
Just run composer require pranabkc/hulakhi-subscription and youโre good to go!
Check out the full documentation and see how easy it is to integrate this into your Laravel project:
Example:
Hulakhi::subscribe('test@example.com');
Hulakhi::notifySubscribers('Test Subject', 'Test Description', '', 'https://example.com');
Top comments (0)