Skip to content

Helpers

Jason Napolitano edited this page Sep 15, 2023 · 3 revisions

DatabaseFactory comes shipped with a boatload of helper classes, and functions. The aim of these helpers is to give developers access to some great tools to use for their development needs.

Str::class

The Str helper assist in working with strings.

Arr::class

The Arr helper assist in working with arrays.

Cli::class

The Cli helper assist in working with the command line.

Cls::class

The Cls helper assist in working with classes.

Clone this wiki locally