danjones000 / lara-path-shim
Shim that provides the various path functions provided by Laravel/Lumen. Useful for testing libraries.
v0.1.2
2022-04-27 19:23 UTC
Requires
- php: >=8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- pdepend/pdepend: ^2.8
- pestphp/pest: ^1.21
- phpmd/phpmd: ^2.9
- phpstan/phpstan: ^0.12.58
- phpunit/phpunit: ^9.4
- squizlabs/php_codesniffer: ^3.5
- vimeo/psalm: ^4.2
This package is auto-updated.
Last update: 2024-10-28 00:37:54 UTC
README
This library provides a shim for the various *_path
functions provided by Laravel.
This is mostly useful when developing Laravel libraries that depend on these functions, but you don't want to have to install a full Laravel installation for development.
Installation
composer require --dev danjones000/lara-path-shim
Do not install this with Laravel. It may cause problems.