This package's canonical repository appears to be gone and the package has been frozen as a result.

0.4.20 2024-03-06 20:13 UTC

This package is auto-updated.

Last update: 2024-03-18 11:52:01 UTC


README

Package notifications

Installation

1. Require package in your composer.json:

composer require studiocreativateam/notifications

2. Publish style and config:

php artisan vendor:publish --provider="SCTeam\Notifications\SCTeamServiceProvider" --tag="style"

3. Run migrations:

php artisan migrate

4. (Optional) run seeds:

php artisan db:seed --class "SCTeam\Notifications\Database\Seeders\MailsSeeder"

Publishing

You can publish file by using command

php artisan vendor:publish --provider="SCTeam\Notifications\SCTeamServiceProvider" --tag="{{tag1|tag2}}"

Available tags:

  • migrations
  • views
  • style
  • config