Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devtical/laravel-helpers
Helper Generator for Laravel
https://github.com/devtical/laravel-helpers
generator hacktoberfest helper laravel laravel-package
Last synced: 2 days ago
JSON representation
Helper Generator for Laravel
- Host: GitHub
- URL: https://github.com/devtical/laravel-helpers
- Owner: devtical
- License: mit
- Created: 2020-01-08T02:27:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T09:10:54.000Z (24 days ago)
- Last Synced: 2024-10-23T07:22:36.709Z (23 days ago)
- Topics: generator, hacktoberfest, helper, laravel, laravel-package
- Language: PHP
- Homepage:
- Size: 62.5 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Laravel Helpers
Helper Generator for Laravel
## Installation
Install via composer
```bash
composer require devtical/laravel-helpers
```#### Optional
Publish the config by running the `php artisan vendor:publish` command.
## Usage
```bash
php artisan make:helper
```## Change log
Please see the [changelog](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email author instead of using the issue tracker.
## Credits
- [Wahyu Kristianto](https://github.com/wearedevtical)
- [All contributors](https://github.com/wearedevtical/laravel-helpers/graphs/contributors)## License
The MIT License (MIT). Please see the [license file](LICENSE.md) for more information.