Article Save and sweet alert

This commit is contained in:
2020-08-17 03:05:09 +05:00
parent 31e2e89e9b
commit e4d01339ef
24 changed files with 126620 additions and 28 deletions

68
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": "41362fd417d7ab5e3fbfed6a6ad60125",
"content-hash": "09685265c0b9071f94294d970cc0a014",
"packages": [
{
"name": "asm89/stack-cors",
@@ -2181,6 +2181,72 @@
],
"time": "2020-07-28T16:51:01+00:00"
},
{
"name": "realrashid/sweet-alert",
"version": "v3.1.6",
"source": {
"type": "git",
"url": "https://github.com/realrashid/sweet-alert.git",
"reference": "7253f8f1b9c7c26ee70d6b7ae641637317e291ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/realrashid/sweet-alert/zipball/7253f8f1b9c7c26ee70d6b7ae641637317e291ee",
"reference": "7253f8f1b9c7c26ee70d6b7ae641637317e291ee",
"shasum": ""
},
"require": {
"laravel/framework": "^5.4|^6.0|^7.0",
"php": "^7.2"
},
"require-dev": {
"symfony/thanks": "^1.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"RealRashid\\SweetAlert\\SweetAlertServiceProvider"
],
"aliases": {
"Alert": "RealRashid\\SweetAlert\\Facades\\Alert"
}
}
},
"autoload": {
"psr-4": {
"RealRashid\\SweetAlert\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rashid Ali",
"email": "realrashid05@gmail.com",
"homepage": "https://realrashid.com",
"role": "Developer"
}
],
"description": "A BEAUTIFUL, RESPONSIVE, CUSTOMIZABLE, ACCESSIBLE (WAI-ARIA) REPLACEMENT FOR JAVASCRIPT'S POPUP BOXES FOR LARAVEL BY RASHID ALI",
"homepage": "https://github.com/realrashid/sweet-alert",
"keywords": [
"alert",
"laravel",
"laravel-package",
"notifier",
"noty",
"sweet-alert",
"sweet-alert2",
"toast"
],
"time": "2020-07-17T18:23:42+00:00"
},
{
"name": "swiftmailer/swiftmailer",
"version": "v6.2.3",