nova-mail | Laravel Nova action that provides a mail sending form
kandi X-RAY | nova-mail Summary
kandi X-RAY | nova-mail Summary
nova-mail is a PHP library. nova-mail has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This package contains a Nova action that provides a mail sending form for any resource to easily send email. It also includes automated mail sending based on Eloquent Model events/attribute changes.
This package contains a Nova action that provides a mail sending form for any resource to easily send email. It also includes automated mail sending based on Eloquent Model events/attribute changes.
Support
Quality
Security
License
Reuse
Support
nova-mail has a low active ecosystem.
It has 54 star(s) with 11 fork(s). There are 3 watchers for this library.
It had no major release in the last 12 months.
There are 11 open issues and 16 have been closed. On average issues are closed in 126 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of nova-mail is 1.0.3
Quality
nova-mail has 0 bugs and 12 code smells.
Security
nova-mail has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
nova-mail code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
nova-mail is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
nova-mail releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
nova-mail saves you 368 person hours of effort in developing the same functionality from scratch.
It has 892 lines of code, 128 functions and 38 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed nova-mail and discovered the below as its top functions. This is intended to give you an instant insight into nova-mail implemented functionality, and help decide if they suit your requirements.
- Register the mail template .
- Handle the mail .
- Set fill callback .
- Register the Nova .
- Run the migration .
- Record the mail .
- Return the fields .
- Overrides the parent method .
- Get validation rules .
- Set the eventable .
Get all kandi verified functions for this library.
nova-mail Key Features
No Key Features are available at this moment for nova-mail.
nova-mail Examples and Code Snippets
Copy
composer require kirschbaum-development/nova-mail
php artisan migrate
use KirschbaumDevelopment\NovaMail\Traits\Mailable;
class User extends Model
{
use Mailable;
/**
* Get the name of the email field for the model.
*
* @re
Copy
namespace App\Nova;
use Laravel\Nova\Fields\HasMany;
use KirschbaumDevelopment\NovaMail\Nova\NovaSentMail;
class User extends Resource
{
// ...
public function fields(Request $request)
{
return [
// ...
Copy
namespace App\Nova;
use KirschbaumDevelopment\NovaMail\Actions\SendMail;
class User extends Resource
{
// ...
public function actions(Request $request)
{
return [
// ...
new SendMail,
];
}
}
Community Discussions
No Community Discussions are available at this moment for nova-mail.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nova-mail
You can install this package in a Laravel app that uses Nova via composer:.
Support
Please see CONTRIBUTING for details.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page