Skip to content

Commit

Permalink
Working on L5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Feb 22, 2018
1 parent fbfa477 commit 787f880
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 8 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"barryvdh/laravel-debugbar": "~2.2",
"barryvdh/laravel-ide-helper": "~2.2",
"cerdic/css-tidy": "~v1.5",
"chumper/datatable": "dev-add-back-options",
"cleverit/ubl_invoice": "1.*",
"codedge/laravel-selfupdater": "5.x-dev",
"collizo4sky/omnipay-wepay": "dev-address-fix",
Expand Down Expand Up @@ -146,7 +147,7 @@
},
{
"type": "vcs",
"url": "https://github.com/hillelcoren/omnipay-authorizenet"
"url": "https://github.com/hillelcoren/datatable"
}
]
}
70 changes: 63 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@
Nwidart\Modules\LaravelModulesServiceProvider::class,
Barryvdh\Cors\ServiceProvider::class,
PragmaRX\Google2FALaravel\ServiceProvider::class,
'Chumper\Datatable\DatatableServiceProvider',


/*
* Application Service Providers...
Expand Down Expand Up @@ -262,6 +264,7 @@
'Excel' => 'Maatwebsite\Excel\Facades\Excel',
//'PushNotification' => 'Davibennun\LaravelPushNotification\Facades\PushNotification',
//'Crawler' => 'Jaybizzle\LaravelCrawlerDetect\Facades\LaravelCrawlerDetect',
'Datatable' => 'Chumper\Datatable\Facades\DatatableFacade',
'Updater' => Codedge\Updater\UpdaterFacade::class,
'Module' => Nwidart\Modules\Facades\Module::class,

Expand Down

0 comments on commit 787f880

Please sign in to comment.