Skip to content

Commit

Permalink
minor changes and url corrections in the readme and license.
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-connan-cybex committed Aug 2, 2021
1 parent 17a91a3 commit 80490b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Marco Szulik
Copyright (c) Cybex GmbH - cybex-online.com (https://github.com/cybex-gmbh)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Laravel Protector

[![Latest Version on Packagist](https://img.shields.io/packagist/v/cybex/protector.svg?style=flat-square)](https://packagist.org/packages/cybex/protector)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/cybex/laravel-protector.svg?style=flat-square)](https://packagist.org/packages/cybex/laravel-protector)

Protect Databases by generating Backups and Import those on non-productive Environments.
Protect Databases by generating Backups and Import these on non-productive Environments.
Authenticate users with the usage of Laravel Sanctum Tokens.
Encrypt your database dumps with Sodium Encryption.

Expand All @@ -26,16 +26,10 @@ To generate a Laravel Sanctum authentication token for a user use
You can import a database dump by using
protector:import

You can export a database dump by using
You can export a database dump by using
protector:export
```

### Testing

``` bash
composer test
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
Expand All @@ -46,7 +40,8 @@ If you discover any security related issues, please email webdevelopment@cybex-o

## Credits

- [Marco Szulik](https://github.com/cybex-gmbh)
- [Web Development team at Cybex GmbH - cybex-online.com](https://github.com/cybex-gmbh)
- [Marco Szulik](https://github.com/mszulik)
- [All Contributors](../../contributors)

## License
Expand Down

0 comments on commit 80490b9

Please sign in to comment.