Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3748559
D24.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D24.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D24: Enum
Attached
Detach File
Event Timeline
Log In to Comment