dascentral / laravel-helpers
A personal collection of helper functions for use within Laravel projects.
Installs: 299
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/dascentral/laravel-helpers
Requires
- php: ^7.3|^8.0
- fakerphp/faker: ^1.9.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18.0
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-09-10 21:09:48 UTC
README
My personal set of helper functions for use within Laravel projects.
Installation
composer require dascentral/laravel-helpers
Helpers
Faker
Shorthand use of the Faker library.
faker('name'); // 'Dr. Zane Stroman' faker()->streetAddress; // '439 Karley Loaf Suite 897'
Inspiration
I'd like to thank the following authors for publishing code that provided inspiration.