Skip to content

Commit 938d71a

Browse files
author
RiDdLeS
committed
Updating git ignore and adding socket io class
1 parent be19505 commit 938d71a

File tree

4 files changed

+4
-214
lines changed

4 files changed

+4
-214
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ composer.lock
55
.DS_Store
66
=======
77
.DS_Store
8-
error_log
8+
*error_log

app/config/app.php

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
'URL' => 'Illuminate\Support\Facades\URL',
178178
'Validator' => 'Illuminate\Support\Facades\Validator',
179179
'View' => 'Illuminate\Support\Facades\View',
180-
180+
'SocketIOClient' => 'ElephantIO\Client'
181181
),
182182

183183
);

composer.json

100644100755
+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"require": {
66
"laravel/framework": "4.0.*",
77
"awareness/aware": "dev-master",
8-
"way/generators": "dev-master"
8+
"way/generators": "dev-master",
9+
"wisembly/elephant.io": "dev-master"
910
},
1011
"autoload": {
1112
"classmap": [

0 commit comments

Comments
 (0)