Download the PHP package jeremykenedy/laravel-exception-notifier without Composer

On this page you can find all versions of the php package jeremykenedy/laravel-exception-notifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-exception-notifier

Laravel Exception Notifier | A Laravel 5, 6, 7, 8, 9 and 10 Exceptions Email Notification Package

Total Downloads Latest Stable Version Build Status StyleCI Scrutinizer Code Quality Code Intelligence Status MadeWithLaravel.com shield License: MIT

Table of contents:

About

Laravel exception notifier will send an email of the error along with the stack trace to the chosen recipients. This Package includes all necessary traits, views, configs, and Mailers for email notifications upon your applications exceptions. You can customize who send to, cc to, bcc to, enable/disable, and custom subject or default subject based on environment. Built for Laravel 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6, 7, 8, 9, and 10.

Get the errors and fix them before the client even reports them, that's why this exists!

Requirements

Installation Instructions

  1. From your projects root folder in terminal run:

    Laravel 9-10 use:

    Laravel 7-8 use:

    Laravel 6 and below use:

  2. Register the package
    • Laravel 5.5 and up Uses package auto discovery feature, no need to edit the config/app.php file.
  1. Publish the packages view, mailer, and config files by running the following from your projects root folder:

NOTE: If upgrading to Laravel 9 or 10 from an older version of this package you will need to republish the assets with:

  1. In App\Exceptions\Handler.php include the additional following classes in the head:

Laravel 9 and Above use:

Laravel 8 and Below use:

  1. Update App\Exceptions\Handler.php

Laravel 9 and Above:

Add the sendEmail() method:
Add or update the register() method:

Laravel 8 and Below:

Replace the report() method with:
Add the method sendEmail():
  1. Configure your email settings in the .env file.

  2. Add the following (optional) settings to your .env file and enter your settings:

    • Note: the defaults for these are located in config/exception.php

Screenshots

Email Notification

File Tree

License

Laravel-Exception-Notifier | A Laravel Exceptions Email Notification Package is open-sourced software licensed under the MIT license


All versions of laravel-exception-notifier with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package jeremykenedy/laravel-exception-notifier contains the following files

Loading the files please wait ....