dascentral / laravel-helpers
A personal collection of helper functions for use within Laravel projects.
0.0.9
2021-05-05 13:10 UTC
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-04-10 20:24:34 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.