Use Notification/Notifiable (#379)

* Add migrations for notifiables

* Configure spatie-backup to run as part of cron

* Convert Mailer to Notification; add pirep notifications

* Styling
This commit is contained in:
Nabeel S
2019-08-30 15:59:17 -04:00
committed by GitHub
parent b213f2bb4c
commit 7ace8bccd6
50 changed files with 1703 additions and 214 deletions

172
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "82d32405dcbe59c78e9063988de90952",
"content-hash": "64d2d6c24ad31032aeb7c4f488eef9a8",
"packages": [
{
"name": "akaunting/money",
@@ -4455,6 +4455,130 @@
"abandoned": true,
"time": "2016-05-28T13:26:32+00:00"
},
{
"name": "spatie/db-dumper",
"version": "2.14.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/db-dumper.git",
"reference": "0ea605041373dce22cd0a387bca598050c7d033b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/0ea605041373dce22cd0a387bca598050c7d033b",
"reference": "0ea605041373dce22cd0a387bca598050c7d033b",
"shasum": ""
},
"require": {
"php": "^7.2",
"symfony/process": "^4.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\DbDumper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"role": "Developer",
"email": "freek@spatie.be",
"homepage": "https://spatie.be"
}
],
"description": "Dump databases",
"homepage": "https://github.com/spatie/db-dumper",
"keywords": [
"database",
"db-dumper",
"dump",
"mysqldump",
"spatie"
],
"time": "2019-08-21T16:39:54+00:00"
},
{
"name": "spatie/laravel-backup",
"version": "6.3.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-backup.git",
"reference": "cc37760ba75e9e07433b6314f37f438a91f7dea4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/cc37760ba75e9e07433b6314f37f438a91f7dea4",
"reference": "cc37760ba75e9e07433b6314f37f438a91f7dea4",
"shasum": ""
},
"require": {
"illuminate/console": "~5.8.0",
"illuminate/contracts": "~5.8.0",
"illuminate/events": "~5.8.0",
"illuminate/filesystem": "~5.8.0",
"illuminate/notifications": "~5.8.0",
"illuminate/support": "~5.8.0",
"league/flysystem": "^1.0.49",
"php": "^7.2",
"spatie/db-dumper": "^2.12",
"spatie/temporary-directory": "^1.1",
"symfony/finder": "^4.2"
},
"require-dev": {
"laravel/slack-notification-channel": "^1.0",
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^8.0"
},
"suggest": {
"laravel/slack-notification-channel": "Required for sending notifications via Slack"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\Backup\\BackupServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\Backup\\": "src"
},
"files": [
"src/Helpers/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"role": "Developer",
"email": "freek@spatie.be",
"homepage": "https://spatie.be"
}
],
"description": "A Laravel package to backup your application",
"homepage": "https://github.com/spatie/laravel-backup",
"keywords": [
"backup",
"database",
"laravel-backup",
"spatie"
],
"time": "2019-07-16T20:56:47+00:00"
},
{
"name": "spatie/laravel-pjax",
"version": "1.3.2",
@@ -4507,6 +4631,52 @@
],
"time": "2018-02-06T13:21:42+00:00"
},
{
"name": "spatie/temporary-directory",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/temporary-directory.git",
"reference": "3e51af9a8361f85cffc1fb2c52135f3e064758cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/3e51af9a8361f85cffc1fb2c52135f3e064758cc",
"reference": "3e51af9a8361f85cffc1fb2c52135f3e064758cc",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\TemporaryDirectory\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Vanderbist",
"role": "Developer",
"email": "alex@spatie.be",
"homepage": "https://spatie.be"
}
],
"description": "Easily create, use and destroy temporary directories",
"homepage": "https://github.com/spatie/temporary-directory",
"keywords": [
"spatie",
"temporary-directory"
],
"time": "2019-08-28T06:53:51+00:00"
},
{
"name": "spatie/valuestore",
"version": "1.2.3",