Skip to content

Commit bdcbae4

Browse files
committed
Update README.md
1 parent b8eb8c0 commit bdcbae4

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
<p align="center">
2-
<img alt="Laravel Helpers" src="https://i.imgur.com/BTD33kC.png"/>
3-
</p>
4-
51
# Laravel Helpers
62

7-
[![Build Status](https://travis-ci.org/kristories/laravel-helpers.svg?branch=master)](https://travis-ci.org/kristories/laravel-helpers)
8-
[![styleci](https://styleci.io/repos/232460001/shield)](https://styleci.io/repos/232460001)
9-
[![Coverage Status](https://coveralls.io/repos/github/Kristories/laravel-helpers/badge.svg?branch=master)](https://coveralls.io/github/Kristories/laravel-helpers?branch=master)
10-
[![Packagist](https://img.shields.io/packagist/v/kristories/laravel-helpers.svg)](https://packagist.org/packages/kristories/laravel-helpers)
11-
[![Packagist](https://poser.pugx.org/kristories/laravel-helpers/d/total.svg)](https://packagist.org/packages/kristories/laravel-helpers)
12-
[![Packagist](https://img.shields.io/packagist/l/kristories/laravel-helpers.svg)](https://packagist.org/packages/kristories/laravel-helpers)
13-
143
Helper Generator for Laravel
154

165
## Installation
176

187
Install via composer
198
```bash
20-
composer require kristories/laravel-helpers
9+
composer require wearedevtical/laravel-helpers
2110
```
2211

2312
#### Optional
@@ -30,15 +19,29 @@ Publish the config by running the `php artisan vendor:publish` command.
3019
php artisan make:helper <NAME>
3120
```
3221

22+
## Change log
23+
24+
Please see the [changelog](CHANGELOG.md) for more information on what has changed recently.
25+
26+
## Testing
27+
28+
``` bash
29+
$ composer test
30+
```
31+
32+
## Contributing
33+
34+
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
35+
3336
## Security
3437

35-
If you discover any security related issues, please email `[email protected]` instead of using the issue tracker.
38+
If you discover any security related issues, please email author instead of using the issue tracker.
3639

3740
## Credits
3841

39-
- [Wahyu Kristianto](https://github.com/kristories)
40-
- [All contributors](https://github.com/kristories/laravel-helpers/graphs/contributors)
42+
- [Wahyu Kristianto](https://github.com/wearedevtical)
43+
- [All contributors](https://github.com/wearedevtical/laravel-helpers/graphs/contributors)
4144

4245
## License
4346

44-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
47+
The MIT License (MIT). Please see the [license file](LICENSE.md) for more information.

0 commit comments

Comments
 (0)