Skip to content

Metrakit/laravel-lazy-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Laravel Lazy debugger package

Demo

Install

Sublime text

Your favorite browser is Google Chrome ? Follow these steps :

  1. Close Chrome
  2. (Windows) Open this file : C:\Users\XXXX\AppData\Local\Google\Chrome\User Data and search for excluded_schemes in protocol_handler. (OSX) Open this file : ~/Library/Application Support/Google/Chrome/Local State and search for excluded_schemes in protocol_handler
  3. Add "subl": false, and save the file
  4. Open Chrome and it's work !
  • Use the composer require metrakit/laravel-lazy-debug in your project folder
  • Add the Metrakit\LazyDebug\LazyDebugServiceProvider::class Service provider in the ServiceProvider section in your config/app.php file
  • (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

About

A Laravel Lazy debugger package

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages