Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slvler/helpmate
Laravel helper class
https://github.com/slvler/helpmate
composer laravel laravel-framework laravel-helpers laravel-package laravel8
Last synced: 3 months ago
JSON representation
Laravel helper class
- Host: GitHub
- URL: https://github.com/slvler/helpmate
- Owner: slvler
- License: mit
- Created: 2022-06-10T20:41:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T22:45:02.000Z (about 1 year ago)
- Last Synced: 2024-09-28T19:42:33.509Z (3 months ago)
- Topics: composer, laravel, laravel-framework, laravel-helpers, laravel-package, laravel8
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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)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.6the 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