2017 © Pedro Peláez
 

library laravel-open-in-editor

Let the "Open in Editor" feature from browser devtools works with Laravel.

image

mathieutu/laravel-open-in-editor

Let the "Open in Editor" feature from browser devtools works with Laravel.

  • Monday, February 5, 2018
  • by mathieutu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Open In Editor

Latest Version on Packagist Build Status Quality Score Total Downloads, (*1)

Let the "Open in Editor" feature from devtools works with Laravel., (*2)

Open in editor screenshot , (*3)

See example on youtube, (*4)

Installation

You can install the package via composer:, (*5)

composer require --dev mathieutu/laravel-open-in-editor

Usage

When app is in debugging mode, the package let you use the "open in editor" function of devtools., (*6)

Under the hood, it creates a __open-in-editor?file=MYFILE&line=MYLINE route, that you can call from anywhere and that will open on the fly the given file directly in your IDE!, (*7)

It uses the editor methods of Whoops handler, so you have to set your editor by adding the editor key to the ./config/app.php configuration file., (*8)

'editor' => 'phpstorm',

License

This package is an open-sourced software licensed under the MIT license., (*9)

Contributing

Issues and PRs are obviously welcomed and encouraged, as well for new features than documentation. Each piece of code added should be fully tested, but we can do that all together, so please don't be afraid by that., (*10)

The Versions

05/02 2018

dev-master

9999999-dev https://github.com/mathieutu/laravel-open-in-editor

Let the "Open in Editor" feature from browser devtools works with Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mathieu TUDISCO

vuejs devtools laravel-open-in-editor

05/02 2018

1.0.0

1.0.0.0 https://github.com/mathieutu/laravel-open-in-editor

Let the "Open in Editor" feature from browser devtools works with Laravel.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mathieu TUDISCO

vuejs devtools laravel-open-in-editor