Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler committed Oct 20, 2024
1 parent fb400d5 commit 7b7c51f
Showing 1 changed file with 20 additions and 25 deletions.
45 changes: 20 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
## LaravelHelperClass
[![tests](https://github.com/slvler/helpmate/actions/workflows/Tests.yml/badge.svg)](https://github.com/slvler/helpmate/actions/workflows/Tests.yml)
[![Latest Stable Version](http://poser.pugx.org/slvler/helpmate/v)](https://packagist.org/packages/slvler/helpmate)
[![Latest Unstable Version](http://poser.pugx.org/slvler/helpmate/v/unstable)](https://packagist.org/packages/slvler/helpmate)
[![License](http://poser.pugx.org/slvler/helpmate/license)](https://packagist.org/packages/slvler/helpmate)
## Helper Class

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

A simple helper class implementation for Laravel.

#### Config


Run the Composer require command from the Terminal:

composer require slvler/helpmate

If you're using Laravel 8.6

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.

Add a new line to the `providers` array:

Qwerty\HelperService\Providers\QwertyHelperServiceProvider::class



function list command the Terminal:

php artisan helper:list
- Run the Composer require command from the Terminal:
```bash
composer require slvler/helpmate
```
- If you're using Laravel 8.6
- 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.
- Add a new line to the `providers` array:
```php
Qwerty\HelperService\Providers\QwertyHelperServiceProvider::class
```
- function list command the Terminal:
```php
php artisan helper:list
```

0 comments on commit 7b7c51f

Please sign in to comment.