This package provides a set of tools to help you develop Laravel applications.
You can install the package via composer:
composer require laravel-tools/coreTo start developing first you must install the dependencies:
docker run --rm -v $(pwd):/app composer installIf you discover any security related issues, please email [email protected] instead of using the issue tracker.
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.
There are missing macros in Laravel, this packages adds some of these missing methods:
recursive