dascentral/laravel-helpers

A personal collection of helper functions for use within Laravel projects.

0.0.9 2021-05-05 13:10 UTC

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.