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

0.0.9 2021-05-05 13:10 UTC

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.