Skip to content

ThomasJonesUK/laravel-goto-controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Goto Controller

  • project have to be handled by Composer

Features

  • Controller
  • add method/action to clipboard if not found in controller ex."used through a trait"
  • supports controller definitions like
    • Something\PhotoController
    • PhotoController
    • PhotoController@index
    • Routes Definition - StoragevideosController::class, 'delete'
  • Routes
  • to add project APP_URL, run Laravel GoTo Controller from the command palette.
  • popup will show both the route "uri & action"
    • uri: will open the link in browser "if route is a GET && APP_URL was added"
    • action: will open the controller file

Notes

  • controller have to be following the laravel convention
  • Closure routes wont have a link
  • in order for controller link to redirect to the correct place
    • make sure the terminal.integrated.scrollback is set to big number ex.100000 or even more if you have a very long list, otherwise you might get redirected to wrong controller.
    • if the controllers still doesnt show up in the popup, try restarting the editor

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%