我目前正在开发一个 Laravel 包。该包的服务提供者依赖于
Illuminate/Foundation/helpers.php
config('my.config')
config_path('../my-config.php')
我尝试过的事情:
我需要 Laravel 框架作为开发依赖项。
@chishiki 在使用我们的包时,这不会与我们用户自己的 Laravel 安装发生冲突吗?