Skip to content

Commit

Permalink
Extracting DB Backups from Foundation package
Browse files Browse the repository at this point in the history
* Recovering PHP 5.6.4 Support
  • Loading branch information
arcanedev-maroc committed Jun 28, 2017
1 parent 70577a0 commit 7c349c9
Show file tree
Hide file tree
Showing 20 changed files with 11 additions and 894 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ checks:
tools:
external_code_coverage:
timeout: 600
runs: 2
runs: 3
php_code_sniffer:
enabled: true
config:
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ language: php
sudo: false

php:
- 5.6
- 7.0
- 7.1
- nightly
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
],
"license": "MIT",
"require": {
"php": ">=7.0",
"php": ">=5.6.4",
"arcanedev/log-viewer": "~4.3",
"arcanedev/route-viewer": "~1.0",
"arcanesoft/auth": "~2.2",
"arcanesoft/core": "~2.4",
"spatie/laravel-backup": "~4.4"
"arcanesoft/core": "~2.4"
},
"require-dev": {
"phpunit/phpcov": "~3.0",
Expand Down
3 changes: 3 additions & 0 deletions config/foundation.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'modules' => [
'providers' => [
Arcanesoft\Auth\AuthServiceProvider::class,
// Arcanesoft\Backups\BackupsServiceProvider::class,
// Arcanesoft\Blog\BlogServiceProvider::class,
// Arcanesoft\Media\MediaServiceProvider::class,
// Arcanesoft\Tracker\TrackerServiceProvider::class,
Expand All @@ -47,11 +48,13 @@
'commands' => [
'install' => [
'auth:install',
// 'backups:install',
// 'seo:install',
],

'publish' => [
'auth:publish',
// 'backups:publish',
],
],
],
Expand Down
10 changes: 0 additions & 10 deletions config/sidebar/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,5 @@
'roles' => [Role::ADMINISTRATOR],
'permissions' => [],
],
[
'title' => 'foundation::sidebar.backups',
'name' => 'foundation-system-backups',
'route' => 'admin::foundation.system.backups.index',
'icon' => 'fa fa-fw fa-database',
'roles' => [Role::ADMINISTRATOR],
'permissions' => [
BackupPolicy::PERMISSION_LIST,
],
]
],
];
78 changes: 0 additions & 78 deletions resources/lang/en/backups.php

This file was deleted.

1 change: 0 additions & 1 deletion resources/lang/en/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
'system-informations' => 'Informations',
'system-log-viewer' => 'LogViewer',
'system-routes' => 'Routes',
'backups' => 'Backups',

];
78 changes: 0 additions & 78 deletions resources/lang/fr/backups.php

This file was deleted.

1 change: 0 additions & 1 deletion resources/lang/fr/sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
'system-informations' => 'Informations',
'system-log-viewer' => 'LogViewer',
'system-routes' => 'Routes',
'backups' => 'Sauvegardes',

];
Loading

0 comments on commit 7c349c9

Please sign in to comment.