Download the PHP package maantje/react-email without Composer
On this page you can find all versions of the php package maantje/react-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maantje/react-email
More information about maantje/react-email
Files in maantje/react-email
Download maantje/react-email
More information about maantje/react-email
Files in maantje/react-email
Vendor maantje
Package react-email
Short Description React email for Laravel
License MIT
Homepage https://github.com/maantje/laravel-react-email
Package react-email
Short Description React email for Laravel
License MIT
Homepage https://github.com/maantje/laravel-react-email
Please rate this library. Is it a good library?
Informations about the package react-email
React Email for Laravel
Easily send React Email emails with Laravel using this package.
Installation
First, install the package via Composer:
Then, install the required Node dependencies:
Getting Started
- Install React Email using the automatic or manual setup.
- Create an email component in the
emails
directory (e.g.,new-user.tsx
). Ensure the component is the default export.
Example email component:
-
Define the email directory path in your Laravel
.env
file: -
Generate a new Laravel Mailable class:
- Use
ReactMailView
in yourMailable
, or extend yourMailable
from `ReactMailable``
Running Tests
Run tests using Pest:
Security
If you discover any security-related issues, please email the author instead of using the issue tracker.
License
This package is open-source and licensed under the MIT License. See the LICENSE file for details.~~
All versions of react-email with dependencies
PHP Build Version
Package Version
No informations.
The package maantje/react-email contains the following files
Loading the files please wait ....