nova-mail | Laravel Nova action that provides a mail sending form

 by   kirschbaum-development PHP Version: 1.0.3 License: MIT

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              nova-mail has a low active ecosystem.
              It has 54 star(s) with 11 fork(s). There are 3 watchers for this library.
              OutlinedDot
              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

            kandi-Quality Quality

              nova-mail has 0 bugs and 12 code smells.

            kandi-Security 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.

            kandi-License 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.

            kandi-Reuse 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

            Nova Mail,Installation
            PHPdot img1Lines of Code : 21dot img1License : Permissive (MIT)
            copy iconCopy
            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  
            Nova Mail,Usage,Sent Mail Usage
            PHPdot img2Lines of Code : 20dot img2License : Permissive (MIT)
            copy iconCopy
            namespace App\Nova;
            
            use Laravel\Nova\Fields\HasMany;
            use KirschbaumDevelopment\NovaMail\Nova\NovaSentMail;
            
            class User extends Resource
            {
                // ...
            
                public function fields(Request $request)
                {
                    return [
                        // ...
            
                         
            Nova Mail,Usage,SendMail action
            PHPdot img3Lines of Code : 17dot img3License : Permissive (MIT)
            copy iconCopy
            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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/kirschbaum-development/nova-mail.git

          • CLI

            gh repo clone kirschbaum-development/nova-mail

          • sshUrl

            git@github.com:kirschbaum-development/nova-mail.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular PHP Libraries

            laravel

            by laravel

            SecLists

            by danielmiessler

            framework

            by laravel

            symfony

            by symfony

            Try Top Libraries by kirschbaum-development

            eloquent-power-joins

            by kirschbaum-developmentPHP

            laravel-translations-loader

            by kirschbaum-developmentJavaScript

            nova-inline-relationship

            by kirschbaum-developmentPHP

            nova-inline-select

            by kirschbaum-developmentPHP

            mail-intercept

            by kirschbaum-developmentPHP