Download the PHP package hivelink/mail without Composer
On this page you can find all versions of the php package hivelink/mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hivelink/mail
More information about hivelink/mail
Files in hivelink/mail
Informations about the package mail
laravel-mails
Laravel (Blade) Email Templates For membership and ecommerce sites.
Fully integrated with Laravel: Mailer, Language, Config and uses the blade template format for Laravel. Set content options from language system or config settings.
Easy to add to your current application, no need for complicated integration steps. Three Simple Integration Steps
Premium Version Available At XSCode
(click the banner above for premium version)
Screenshots
- Welcome Email
- Verification Email
- Forgot Password
- Thanks For Payment
To Do
- [x] Welcome Message Template
- [x] Verify Email Template
- [x] Forgot Password Template
- [ ] Order Placed Template
- [ ] Order Shipped Template
- [ ] Invoice Template
- [x] Payment Thank You Template
- [ ] Feedback Request Template
- [ ] Reminder Template
How to Install
Install this library on your application
Automatically copy files and folders to the same structure within you Laravel application.
If you'd like to copy only parts of the files, you can use tags.
Manually
Alternatively, you can copy the files yourself to your Laravel application.
How to Use
-
Edit the values in and
Note: You only change the right-side values not the left-side variables
- Make sure your file has been updated to set the global from address etc.
Sending Welcome Message
From your controller simply call the mailable as you normally would. You can also send some optional variables as an array.
Previewing these emails
If you would like to preview the emails before using them, copy the contents of the to your version. Remember to remove these routes before launching your application.
Then open these URLS to view the template
Example route from
Screen Shots
Welcome Email
Full Size
Mobile View
Verification Email
Full Size
Mobile View
Forgot Password Email
Full Size
Mobile View
Thanks For Payment Email
Full Size
Mobile View