Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jan 6, 2016
1 parent 84b8325 commit a0a5507
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 125 deletions.
15 changes: 0 additions & 15 deletions .editorconfig

This file was deleted.

20 changes: 0 additions & 20 deletions CHANGELOG.md

This file was deleted.

32 changes: 0 additions & 32 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.md

This file was deleted.

5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "laravolt/support",
"description": "Laravolt support",
"keywords": [
"laravel",
"laravolt",
"support"
],
Expand All @@ -17,9 +18,7 @@
],
"require": {
"php" : ">=5.5.9",
"illuminate/support": "~5.1",
"edvinaskrucas/notification": "5.*",
"spatie/activitylog": "2.*"
"illuminate/support": "~5.2"
},
"require-dev": {
"phpunit/phpunit" : "4.*"
Expand Down
11 changes: 0 additions & 11 deletions resources/lang/en/auth.php

This file was deleted.

10 changes: 10 additions & 0 deletions resources/lang/en/pagination.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [

'previous' => '&laquo; Prev',
'next' => 'Next &raquo;',
'summary' => 'Showing :from-:to from :total',
'empty' => 'No data found',
'pager' => 'Page :page of :total',
];
10 changes: 0 additions & 10 deletions src/SupportServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php namespace Laravolt\Support;


use Illuminate\Foundation\AliasLoader;
use Illuminate\Support\ServiceProvider;

class SupportServiceProvider extends ServiceProvider {
Expand Down Expand Up @@ -32,14 +30,6 @@ public function boot()
*/
public function register()
{
// notification
$this->app->register('Krucas\Notification\NotificationServiceProvider');
AliasLoader::getInstance()->alias('Notification', 'Krucas\Notification\Facades\Notification');

// activity log
$this->app->register('Spatie\Activitylog\ActivitylogServiceProvider');
AliasLoader::getInstance()->alias('Activity', 'Spatie\Activitylog\ActivitylogFacade');

// timezone
$this->app->bind(Contracts\TimezoneRepository::class, Repositories\TimezoneRepositoryArray::class);
}
Expand Down
13 changes: 0 additions & 13 deletions src/TimezoneRepository.php

This file was deleted.

0 comments on commit a0a5507

Please sign in to comment.