metrakit/laravel-lazy-debug
Composer 安装命令:
composer require metrakit/laravel-lazy-debug
包简介
A Laravel package for a lazy debug
关键字:
README 文档
README
Install
Sublime text
- (Windows/Linux) Install
Subl protocolin the package control : https://github.com/thecotne/subl-protocol - (OSX) Download the URL handler for Sublime Text 3 from https://github.com/dhoulb/subl and unzip it your /Applications directory. Start this App one time for register the URL handler on your MAC. You can get more informations about this step here : https://github.com/dhoulb/subl
Your favorite browser is Google Chrome ? Follow these steps :
- Close Chrome
- (Windows) Open this file :
C:\Users\XXXX\AppData\Local\Google\Chrome\User Dataand search forexcluded_schemesinprotocol_handler. (OSX) Open this file :~/Library/Application Support/Google/Chrome/Local Stateand search forexcluded_schemesinprotocol_handler - Add
"subl": false,and save the file - Open Chrome and it's work !
- Use the
composer require metrakit/laravel-lazy-debugin your project folder - Add the
Metrakit\LazyDebug\LazyDebugServiceProvider::classService provider in the ServiceProvider section in yourconfig/app.phpfile - (optional) Set a env variable in your .env file for the local path project (usefull is you use Vagrant or Docker) (e.g.
PATH_FOLDER=C:/projects/my-project) - Voilà, now you can click on the error like on the GIF for open the file in Sublime Text
统计信息
- 总下载量: 363
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-16