You can install the package via composer:
composer require dive-be/php-utils
Allows instantiation of classes using a static make
function:
Field::make('label')->hidden()->hint('At least 2 characters');
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email oss@dive.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.