2017 © Pedro Peláez
 

library better-notifications

A little enhancement to the normal Notifications Library of Laravel 5.4

image

zoomyboy/better-notifications

A little enhancement to the normal Notifications Library of Laravel 5.4

  • Thursday, March 1, 2018
  • by zoomyboy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Installation

Add the ServiceProvider:, (*1)

    // AppServiceProvider.php
    \Zoomyboy\BetterNotifications\ServiceProvider::class,

Change your Mail configuration to use the custom layouts:, (*2)

    // config/mail.php

    'markdown' => [
        'theme' => 'custom',

        'paths' => [
            base_path('vendor/zoomyboy/better-notifications/src/resources'),
        ],
    ],

Publishing

If you want to override config and style of the E-Mails, you can publish the package files with:, (*3)

php artisan vendor:publish --tag=better-notifications

This will create a config file '/config/better-notifications', where you can customize the package style easily. If you'd like to dig in deeper, you could also edit the template files located in '/resources/vendor/better-notifications'., (*4)

The Versions

01/03 2018

dev-master

9999999-dev

A little enhancement to the normal Notifications Library of Laravel 5.4

  Sources   Download

by Philipp Lang

01/03 2018

0.0.4

0.0.4.0

A little enhancement to the normal Notifications Library of Laravel 5.4

  Sources   Download

by Philipp Lang

09/02 2018

0.0.3

0.0.3.0

A little enhancement to the normal Notifications Library of Laravel 5.4

  Sources   Download

by Philipp Lang

08/08 2017

0.0.2

0.0.2.0

A little enhancement to the normal Notifications Library of Laravel 5.4

  Sources   Download

by Philipp Lang

08/08 2017

0.0.1

0.0.1.0

A little enhancement to the normal Notifications Library of Laravel 5.4

  Sources   Download

by Philipp Lang