1
- <p align =" center " >
2
- <img alt="Laravel Helpers" src="https://i.imgur.com/BTD33kC.png"/>
3
- </p >
4
-
5
1
# Laravel Helpers
6
2
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
-
14
3
Helper Generator for Laravel
15
4
16
5
## Installation
17
6
18
7
Install via composer
19
8
``` bash
20
- composer require kristories /laravel-helpers
9
+ composer require wearedevtical /laravel-helpers
21
10
```
22
11
23
12
#### Optional
@@ -30,15 +19,29 @@ Publish the config by running the `php artisan vendor:publish` command.
30
19
php artisan make:helper < NAME>
31
20
```
32
21
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
+
33
36
## Security
34
37
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.
36
39
37
40
## Credits
38
41
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 )
41
44
42
45
## License
43
46
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