|
1 |
| -## LaravelHelperClass |
2 |
| -[](https://github.com/slvler/helpmate/actions/workflows/Tests.yml) |
3 |
| -[](https://packagist.org/packages/slvler/helpmate) |
4 |
| -[](https://packagist.org/packages/slvler/helpmate) |
5 |
| -[](https://packagist.org/packages/slvler/helpmate) |
| 1 | +## Helper Class |
6 | 2 |
|
| 3 | +[](https://github.com/slvler/helpmate/actions/workflows/Tests.yml) |
| 4 | +[](https://packagist.org/packages/slvler/helpmate) |
| 5 | +[](https://packagist.org/packages/slvler/helpmate) |
| 6 | +[](https://packagist.org/packages/slvler/helpmate) |
| 7 | +[](https://packagist.org/packages/slvler/helpmate) |
7 | 8 |
|
8 | 9 | A simple helper class implementation for Laravel.
|
9 |
| - |
10 | 10 | #### 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