Skip to content

Commit 7b7c51f

Browse files
committed
update
1 parent fb400d5 commit 7b7c51f

File tree

1 file changed

+20
-25
lines changed

1 file changed

+20
-25
lines changed

README.md

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
1-
## LaravelHelperClass
2-
[![tests](https://github.com/slvler/helpmate/actions/workflows/Tests.yml/badge.svg)](https://github.com/slvler/helpmate/actions/workflows/Tests.yml)
3-
[![Latest Stable Version](http://poser.pugx.org/slvler/helpmate/v)](https://packagist.org/packages/slvler/helpmate)
4-
[![Latest Unstable Version](http://poser.pugx.org/slvler/helpmate/v/unstable)](https://packagist.org/packages/slvler/helpmate)
5-
[![License](http://poser.pugx.org/slvler/helpmate/license)](https://packagist.org/packages/slvler/helpmate)
1+
## Helper Class
62

3+
[![tests](https://github.com/slvler/helpmate/actions/workflows/Tests.yml/badge.svg)](https://github.com/slvler/helpmate/actions/workflows/Tests.yml)
4+
[![Latest Stable Version](https://poser.pugx.org/slvler/helpmate/v)](https://packagist.org/packages/slvler/helpmate)
5+
[![Latest Unstable Version](https://poser.pugx.org/slvler/helpmate/v/unstable)](https://packagist.org/packages/slvler/helpmate)
6+
[![License](https://poser.pugx.org/slvler/helpmate/license)](https://packagist.org/packages/slvler/helpmate)
7+
[![Total Downloads](https://poser.pugx.org/slvler/helpmate/downloads)](https://packagist.org/packages/slvler/helpmate)
78

89
A simple helper class implementation for Laravel.
9-
1010
#### Config
11-
12-
13-
Run the Composer require command from the Terminal:
14-
15-
composer require slvler/helpmate
16-
17-
If you're using Laravel 8.6
18-
19-
the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.
20-
21-
Add a new line to the `providers` array:
22-
23-
Qwerty\HelperService\Providers\QwertyHelperServiceProvider::class
24-
25-
26-
27-
function list command the Terminal:
28-
29-
php artisan helper:list
11+
- Run the Composer require command from the Terminal:
12+
```bash
13+
composer require slvler/helpmate
14+
```
15+
- If you're using Laravel 8.6
16+
- the final steps for you are to add the service provider of the package and alias the package. To do this open your `config/app.php` file.
17+
- Add a new line to the `providers` array:
18+
```php
19+
Qwerty\HelperService\Providers\QwertyHelperServiceProvider::class
20+
```
21+
- function list command the Terminal:
22+
```php
23+
php artisan helper:list
24+
```

0 commit comments

Comments
 (0)