2017 © Pedro Peláez
 

library phpstorm-url

image

juddling/phpstorm-url

  • Wednesday, July 4, 2018
  • by Juddling
  • Repository
  • 0 Watchers
  • 0 Stars
  • 127 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 807 % Grown

The README.md

Easily open your Laravel files in PHPStorm

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, (*1)

Installation

composer require juddling/phpstorm-url --dev

As this is a developer tool it makes sense to only install it as a dev dependency., (*2)

Add Service Provider (<= 5.4)

Be sure to include our service provider in your config/app.php:, (*3)

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:, (*4)

alias purl="php artisan phpstorm:url"

The Versions

04/07 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

The Development Requires

by James Judd

04/07 2018

0.1

0.1.0.0

  Sources   Download

The Requires

 

The Development Requires

by James Judd