juddling/phpstorm-url
Composer 安装命令:
composer require juddling/phpstorm-url
包简介
README 文档
README
This package takes a URL, works out the controller and action that the route is bound to, and opens that file at the correct line in PHPStorm
Installation
composer require juddling/phpstorm-url --dev
As this is a developer tool it makes sense to only install it as a dev dependency.
Add Service Provider (<= 5.4)
Be sure to include our service provider in your config/app.php:
Juddling\PHPStorm\LaunchUrlServiceProvider::class,
Usage
php artisan phpstorm:url http://someproject.localhost/forum/comment/add
We would recommend setting up a bash alias like the following:
alias purl="php artisan phpstorm:url"
统计信息
- 总下载量: 954
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2017-07-09