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

This package is auto-updated.

Last update: 2024-04-27 23:36:29 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.