All Projects → cybercog → Laravel Whoops Editor

cybercog / Laravel Whoops Editor

Licence: mit
Laravel Whoops Editor helps to open your code editor from exception stack trace.

Projects that are alternatives of or similar to Laravel Whoops Editor

Intellij Micropython
Plugin for MicroPython devices in PyCharm and IntelliJ
Stars: ✭ 312 (+275.9%)
Mutual labels:  ide, intellij, editor
Open In Editor
NPM package to open a file in editor
Stars: ✭ 187 (+125.3%)
Mutual labels:  phpstorm, idea, sublime-text
Jetbrains Helper
Jetbrains helper
Stars: ✭ 33 (-60.24%)
Mutual labels:  intellij, phpstorm, idea
Collector Intellij
A PhpStorm plugin for refactoring to collections
Stars: ✭ 114 (+37.35%)
Mutual labels:  laravel, intellij, phpstorm
Phpstorm Laravel Live Templates
Laravel Live Templates for PhpStorm
Stars: ✭ 1,157 (+1293.98%)
Mutual labels:  laravel, intellij, phpstorm
JetBrainsRunner
A Krunner Plugin which allows you to open your recent projects
Stars: ✭ 31 (-62.65%)
Mutual labels:  intellij, ide, phpstorm
Intellij Haxe
Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
Stars: ✭ 188 (+126.51%)
Mutual labels:  ide, intellij, idea
Nord Jetbrains
An arctic, north-bluish clean and elegant JetBrains IDE UI and editor color theme.
Stars: ✭ 293 (+253.01%)
Mutual labels:  ide, intellij, idea
Idea Php Laravel Plugin
Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
Stars: ✭ 537 (+546.99%)
Mutual labels:  laravel, intellij, phpstorm
Dev Cpp
A fast, portable, simple, and free C/C++ IDE
Stars: ✭ 940 (+1032.53%)
Mutual labels:  ide, editor
Icestudio
❄️ Visual editor for open FPGA boards
Stars: ✭ 958 (+1054.22%)
Mutual labels:  ide, editor
Phpstorm Settings
PHPStorm - Facebook style theme, Live templates etc
Stars: ✭ 31 (-62.65%)
Mutual labels:  laravel, phpstorm
Ninja Ide
{Ninja-IDE Is Not Just Another IDE}
Stars: ✭ 868 (+945.78%)
Mutual labels:  ide, editor
Runconfigurationasaction
Provides a way to use IntelliJ run configurations as buttons
Stars: ✭ 17 (-79.52%)
Mutual labels:  intellij, phpstorm
Idea Php Symfony2 Plugin
IntelliJ IDEA / PhpStorm Symfony Plugin
Stars: ✭ 797 (+860.24%)
Mutual labels:  intellij, phpstorm
Miniedit
Mini text editor with highlighting code, made for PHP, Pascal, D, Lua, HTML and css or any text code.
Stars: ✭ 36 (-56.63%)
Mutual labels:  ide, editor
Laravel Wang Editor
wangEditor for Laravel
Stars: ✭ 52 (-37.35%)
Mutual labels:  laravel, editor
Dbkoda
State of the art MongoDB IDE
Stars: ✭ 795 (+857.83%)
Mutual labels:  ide, editor
Idea Php Drupal Symfony2 Bridge
PhpStorm plugin to support Symfony components inside Drupal 8
Stars: ✭ 34 (-59.04%)
Mutual labels:  intellij, phpstorm
Phpstorm Ide Config
My PhpStorm configuration for writing modern PHP code
Stars: ✭ 55 (-33.73%)
Mutual labels:  ide, phpstorm

Laravel Whoops Editor

cog-laravel-whoops-editor

Build Status StyleCI Releases License

Introduction

Laravel Whoops Editor helps to open your code editor from exception stack trace. Go to code editor in a blink of an eye!

This feature was introduced in Laravel 5.5.25, but unfortunately has issues on Linux machines. Laravel Whoops Editor fixes PHPStorm, IDEA and SublimeText Linux support.

Additionally allows you to open editor when using Homestead.

For Atom support you can use Mike Bronner's laravel-whoops-atom package or publish config and specify launch path in editors config section.

Contents

Features

Requirements

  • PHP >= 7.0.0
  • Laravel >= 5.5.25

Installation

First, pull in the package through Composer:

$ composer require cybercog/laravel-whoops-editor --dev

Configuration

Package designed to work right out of the box, but you could publish configuration file to tweak settings:

$ php artisan vendor:publish --provider="Cog\Laravel\WhoopsEditor\Providers\WhoopsEditorServiceProvider" --tag="config"

Usage

Specify your editor by adding APP_EDITOR=phpstorm in .env file.

Optionally you can specify editor by adding editor key to the ./config/app.php configuration file.

'editor' => 'phpstorm',

This package provides extended Linux support for editors: phpstorm, idea, sublime.

Complete list of supported editors could be found in Whoops documentation.

Protocol Handlers

If your OS trying to open file in web browser instead of code editor you should install Protocol Handler.

Editor Protocol Linux MacOS Windows
SublimeText subl:// thecotne/subl-protocol - -
Atom atm:// eclemens/atom-url-handler WizardOfOgz/atom-handler -

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Testing

Run the tests with:

$ vendor/bin/phpunit

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Contributors

@antonkomarev
Anton Komarev

Laravel Whoops Editor contributors list

Alternatives

License

About CyberCog

CyberCog is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion.

CyberCog

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].