laravel-tools/core 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

laravel-tools/core

最新稳定版本:v2024.1.0

Composer 安装命令:

composer require laravel-tools/core

包简介

This package provides a set of tools to help you develop Laravel applications.

README 文档

README

This package provides a set of tools to help you develop Laravel applications.

Installation

You can install the package via composer:

composer require laravel-tools/core

Development

To start developing first you must install the dependencies:

docker run --rm -v $(pwd):/app composer install

Security

If you discover any security related issues, please email rlempa@gmail.com instead of using the issue tracker.

Features

Undefined

In PHP, we are still missing a way to define undefined variables. The Undefined class is a solution for that. Additionally, there are helpers functions as well:

  • is_undefined - checks if provided value is instance of Undefined class
  • is_set - checks if provided value is not null and not an instance of Undefined class.

Collection macros

There are missing macros in Laravel, this packages adds some of these missing methods:

  • recursive

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-16