Page MenuHomeDevCentral

D24.diff
No OneTemporary

D24.diff

diff --git a/composer.json b/composer.json
--- a/composer.json
+++ b/composer.json
@@ -7,6 +7,7 @@
"require": {
"php": ">=5.5.9",
"laravel/framework": "5.1.*",
+ "artisaninweb/laravel-enum": "1.0.*",
"keruald/globalfunctions": ">=0.3"
},
"require-dev": {
diff --git a/config/app.php b/config/app.php
--- a/config/app.php
+++ b/config/app.php
@@ -137,6 +137,11 @@
'Illuminate\View\ViewServiceProvider',
/*
+ * Third-party Service Providers...
+ */
+ 'Artisaninweb\Enum\EnumServiceProvider',
+
+ /*
* Application Service Providers...
*/
'AuthGrove\Providers\AppServiceProvider',
@@ -171,6 +176,7 @@
'Crypt' => 'Illuminate\Support\Facades\Crypt',
'DB' => 'Illuminate\Support\Facades\DB',
'Eloquent' => 'Illuminate\Database\Eloquent\Model',
+ 'EnumMap' => 'Artisaninweb\Enum\Facades\EnumFacade',
'Event' => 'Illuminate\Support\Facades\Event',
'File' => 'Illuminate\Support\Facades\File',
'Hash' => 'Illuminate\Support\Facades\Hash',

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 09:30 (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249090
Default Alt Text
D24.diff (1 KB)

Event Timeline