nystudio107 / craft-routemap
Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries
Fund package maintenance!
khalwat
Installs: 48 199
Dependents: 2
Suggesters: 0
Security: 0
Stars: 31
Watchers: 4
Forks: 3
Type:craft-plugin
Requires
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/cloud: ^1.41.0
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
This package is auto-updated.
Last update: 2024-10-15 01:54:11 UTC
README
Route Map plugin for Craft CMS 5.x
Returns a list of Craft/Vue/React route rules and element URLs for ServiceWorkers from Craft entries
Requirements
This plugin requires Craft CMS 5.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-routemap
-
Install the plugin via
./craft install/plugin route-map
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Route Map.
You can also install Route Map via the Plugin Store in the Craft Control Panel.
Documentation
Click here -> Route Map Documentation
Route Map Roadmap
Some things to do, and ideas for potential features:
- Add support for Commerce Products / Variant URLs
Brought to you by nystudio107