elph-studio/laravel-helpers
最新稳定版本:v0.1.4
Composer 安装命令:
composer require elph-studio/laravel-helpers
包简介
Laravel helpers and core functionality updates
README 文档
README
Elephant Studio :: Laravel Helpers
- Config
- common_paths - list of default directories where most used files are saved.
- vendor_fixer - list of files that needs modification before production launch.
- Entity
- Environment - Environment
env('APP_ENV')helper entity.
- Environment - Environment
- Helper
- Helper - Additional helpers functions
namespaceToHumanReadable(object|string $class)- convert namespace class to human-readable text.pathToNamespace(string $filePath)- convert exact path to namespace class.collectFiles(string $path, int $maxDepth, array $suffixes = [])- collest specific files list.collectDirectories(string $path, int $maxDepth)- collest directories list in specific path.isJson($string)- validate if data is json type.
- Plain
- Vendor Fixer - Plain PHP script used to override auto-generated files before production launch.
- EnvReader -
env(...)improvement that removes new line at the end of Env variables. - Namespace Generator - converted from path file to namespace class.
- Path Scanner - Path scanner used for directories or files list generation.
- Helper - Additional helpers functions
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-13