https://github.com/b13/slugr
Bulk Re-generate URLs for pages in TYPO3 v9+
https://github.com/b13/slugr
Last synced: 12 months ago
JSON representation
Bulk Re-generate URLs for pages in TYPO3 v9+
- Host: GitHub
- URL: https://github.com/b13/slugr
- Owner: b13
- License: gpl-2.0
- Created: 2019-07-29T17:05:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T22:10:49.000Z (about 4 years ago)
- Last Synced: 2024-09-18T17:48:14.270Z (almost 2 years ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 4
- Watchers: 9
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Enhanced Slug Regeneration Features for URL Routing in TYPO3 v9+
TYPO3 v9 has built-in handling for speaking URLs - called "slugs".
Sometimes it is necessary to recreate these speaking URLs for a site, bulk - this is handled via this extension.
If the extension `redirects` is installed, then redirects are generated for you.
Currently this is just a CLI script, callable via `vendor/bin/typo3 urls:regenerate`.
Try out `--help` for more detailled features.
## Installation
Use it via `composer req b13/slugr` or install the Extension `slugr` from the TYPO3 Extension Repository.
Once ready, try out the command line.
## ToDo
A backend module would be cool.
## License
As TYPO3 Core, _slugr_ is licensed under GPL2 or later. See the LICENSE file for more details.
## Authors & Maintenance
_slugr_ was initially requested by Christian Knauf and created by Benni Mack for [b13, Stuttgart](https://b13.com).