Skip to content

Latest commit

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Laravel support resources

LicenseLatest Stable VersionTotal Downloads

🛠️ Collection of resources to improve and extend ways to use laravel.

Installation

composer require attla/support

Usage

Arr examples:

useAttla\Support\ArrasAttlaArr;
useIlluminate\Support\Arr;
// Convert a value to array
AttlaArr::toArray($value); // array
Arr::toArray($value); // array// Randomize positions of an array
AttlaArr::randomized($value); // array
Arr::randomized($value); // array

Str examples:

useAttla\Support\StrasAttlaStr;
useIlluminate\Support\Str;
useIlluminate\Support\Stringable;
AttlaStr::isBase64($value); // bool
Str::isBase64($value); // bool
(newStringable($value))->isBase64(); // bool
AttlaStr::isHttpQuery($value); // bool
Str::isHttpQuery($value); // bool
(newStringable($value))->isHttpQuery(); // bool
AttlaStr::isSerialized($value); // bool
Str::isSerialized($value); // bool
(newStringable($value))->isSerialized(); // bool

License

This package is licensed under the MIT license © Octha.

About

🛠️ Collection of resources to improve and extend ways to use laravel

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages