You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# Laravel 4 Driver for the Database Backup Manager
1
+
# Laravel Driver for the Database Backup Manager
2
2
3
-
This package pulls in the framework agnostic [Backup Manager](https://github.com/backup-manager/backup-manager) and provides seamless integration with **Laravel 4**.
3
+
This package pulls in the framework agnostic [Backup Manager](https://github.com/backup-manager/backup-manager) and provides seamless integration with **Laravel**.
4
4
5
-
Mitchell has put together a [video tour](https://www.youtube.com/watch?v=vWXy0R8OavM) of Laravel 4 integration, to give you an idea what is possible with this package.
5
+
Mitchell has put together a [video tour](https://www.youtube.com/watch?v=vWXy0R8OavM) of Laravel integration, to give you an idea what is possible with this package.
6
6
7
-
> Note: This package is for Laravel 4 integration only. For information about the base package please see [the base package repository](https://github.com/backup-manager/backup-manager).
7
+
> Note: This package is for Laravel integration only. For information about the base package please see [the base package repository](https://github.com/backup-manager/backup-manager).
8
8
9
9
### Table of Contents
10
10
@@ -20,12 +20,12 @@ Mitchell has put together a [video tour](https://www.youtube.com/watch?v=vWXy0R8
20
20
21
21
It's stable enough, you'll need to understand filesystem permissions.
22
22
23
-
This package is actively being developed and we would like to get feedback to improve it. [Please feel free to submit feedback.](https://github.com/backup-manager/laravel-4/issues/new)
23
+
This package is actively being developed and we would like to get feedback to improve it. [Please feel free to submit feedback.](https://github.com/backup-manager/laravel/issues/new)
24
24
25
25
### Requirements
26
26
27
27
- PHP 5.5
28
-
- Laravel 4
28
+
- Laravel
29
29
- MySQL support requires `mysqldump` and `mysql` command-line binaries
30
30
- PostgreSQL support requires `pg_dump` and `psql` command-line binaries
31
31
- Gzip support requires `gzip` and `gunzip` command-line binaries
@@ -37,7 +37,7 @@ This package is actively being developed and we would like to get feedback to im
37
37
Run the following to include this via Composer
38
38
39
39
```shell
40
-
composer require backup-manager/laravel-4
40
+
composer require backup-manager/laravel
41
41
```
42
42
43
43
Then, you'll need to select the appropriate packages for the adapters that you want to use.
Copy the `config/storage.php` file to `app/config/packages/backup-manager/laravel-4/config/storage.php` and configure it to suit your needs.
67
+
Copy the `config/storage.php` file to `app/config/packages/backup-manager/laravel/config/storage.php` and configure it to suit your needs.
68
68
69
69
The Backup Manager will make use of Laravel's database configuration. But, it won't know about any connections that might be tied to other environments, so it can be best to just list multiple connections in the `config/database.php` file.
70
70
@@ -103,12 +103,12 @@ When contributing please consider the following guidelines:
103
103
2. Interfaces should NOT be suffixed with `Interface`, Traits should NOT be suffixed with `Trait`.
104
104
- All methods and classes must contain docblocks.
105
105
- Ensure that you submit tests that have minimal 100% coverage.
106
-
- When planning a pull-request to add new functionality, it may be wise to [submit a proposal](https://github.com/backup-manager/laravel-4/issues/new) to ensure compatibility with the project's goals.
106
+
- When planning a pull-request to add new functionality, it may be wise to [submit a proposal](https://github.com/backup-manager/laravel/issues/new) to ensure compatibility with the project's goals.
107
107
108
108
### Maintainers
109
109
110
110
This package is maintained by [Mitchell van Wijngaarden](http://kooding.nl) and [Shawn McCool](http://shawnmc.cool) of [Big Name](http://heybigname.com)
111
111
112
112
### License
113
113
114
-
This package is licensed under the [MIT license](https://github.com/backup-manager/laravel-4/blob/master/LICENSE).
114
+
This package is licensed under the [MIT license](https://github.com/backup-manager/laravel/blob/master/LICENSE).
0 commit comments