laravel-tools / core
This package provides a set of tools to help you develop Laravel applications.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/laravel-tools/core
Requires
- php: ^8.3
Requires (Dev)
- orchestra/testbench: ^8.21
This package is not auto-updated.
Last update: 2025-04-13 18:23:15 UTC
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 ofUndefinedclassis_set- checks if provided value is not null and not an instance ofUndefinedclass.
Collection macros
There are missing macros in Laravel, this packages adds some of these missing methods:
recursive