This is a package that I created to help me speed up the laravel developement.
- search for the route by url
- search history
- toggle columns visibility
- table with search filter
- column to see if route exists or not
- view php method comments
- open file in editor - jump to class@method definition in editor
- saved page state - close and reopen the page to continue where you left off
composer require ljubadr/easyroutes
This package can be auto discovered by Laravel.
Add EasyRoutesServiceProvider provider to the providers array in config/app.php
'providers' => [
...
Ljubadr\EasyRoutes\Providers\EasyRoutesServiceProvider::class,
...
],
Publish config and assets
php artisan vendor:publish --provider="Ljubadr\EasyRoutes\Providers\EasyRoutesServiceProvider"
Config is copied to config/easyroutes.php
.
Read comments for more info about the settings.
If you are using virtual machine for your dev server, read config/easyroutes.php
how to setup mapping.
To open the file in editor click on the link in the action
column.
Go to repository and follow instructions to setup opening files with url
https://github.com/ljubadr/editor-web-open
To open the file in editor click on the link in the action
column.