denisok94/helper
A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects.
mini fixs add SQLiteDataBase
Cumulative changes
ArrayHelper added: unique_multidim_array()OtherHelper added: percent(), float()DataHelper added: createDate(), modifyDate(), getStamp()add required parameters in class Console
use \denisok94\helper\other\Console;
try {
$console = new Console([
'test', // required arguments and/or options
'options' => ['test', ], // required options
'arguments' => ['test', ], // required arguments
]);
} catch (\Exception $th) {
die($th->getMessage());
}
remove yii2 (12.06.2022) A new separate repository has been created:
H::guid() and H::isJson()H::curl() fixs post fieldsyii2\StatusController and yii2\MetaTagStringHelper add guid()MicroTimer namespace \helper → \helper\other
// Before 0.7.6
use \denisok94\helper\MicroTimer;
// Since 0.7.6
use \denisok94\helper\other\MicroTimer;
Console in other
use \denisok94\helper\other\Console;
re yii2/MetaTag
// Before 0.7.5
MetaTag::tag($this->view, []);
// Since 0.7.5
(new MetaTag($this->view))->tag([]);
hr, h1-6, ul, ol,liIf you use Yii2 and class YiiHelper
denisok94\helper\YiiHelper → denisok94\helper\yii2\Helper
add in
fix in
add
edit
dell
dell
fix
add
Взятие нескольких функций из FileTypeIcons для FileHelper
add FileHelper and or function
больше фиксов)
фиксы, фиксы и фиксы)
Изменение всех классов на трейды и создание единого класса Helper, который наследует все трейды
How can I help you explore Laravel packages today?