Jelajahi Sumber

引入baijunyao/laravel-flash用于提示信息

baijunyao 7 tahun lalu
induk
melakukan
dae1cccce9
2 mengubah file dengan 45 tambahan dan 1 penghapusan
  1. 1 0
      composer.json
  2. 44 1
      composer.lock

+ 1 - 0
composer.json

@@ -15,6 +15,7 @@
     "require": {
         "php": ">=7.0.0",
         "appstract/laravel-opcache": "^1.4",
+        "baijunyao/laravel-flash": "1.0.*",
         "baijunyao/laravel-print": "3.0.*",
         "doctrine/dbal": "^2.5",
         "fideloper/proxy": "~3.3",

+ 44 - 1
composer.lock

@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
         "This file is @generated automatically"
     ],
-    "content-hash": "948a9f9c0882e13f5c36eb2f64aac757",
+    "content-hash": "3652d1f2f8a68c538d6a359f399708d9",
     "packages": [
         {
             "name": "appstract/laravel-opcache",
@@ -127,6 +127,49 @@
             "time": "2017-12-19T12:37:15+00:00"
         },
         {
+            "name": "baijunyao/laravel-flash",
+            "version": "1.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/baijunyao/laravel-flash.git",
+                "reference": "a78482a819997b1eb0917ae6eb9f7698be0e1399"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://files.phpcomposer.com/files/baijunyao/laravel-flash/a78482a819997b1eb0917ae6eb9f7698be0e1399.zip",
+                "reference": "a78482a819997b1eb0917ae6eb9f7698be0e1399",
+                "shasum": ""
+            },
+            "type": "library",
+            "extra": {
+                "laravel": {
+                    "providers": [
+                        "Baijunyao\\LaravelFlash\\FlashServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Baijunyao\\LaravelFlash\\": "src/"
+                },
+                "files": [
+                    "src/helpers.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "baijunyao",
+                    "email": "baijunyao@baijunyao.com"
+                }
+            ],
+            "description": "flash message",
+            "time": "2017-12-28T05:26:11+00:00"
+        },
+        {
             "name": "baijunyao/laravel-print",
             "version": "v3.0.2",
             "source": {