Luke Towers
Luke Towers
Do we not need the UrlGenerator override stuff in place for our functionality to take effect?
@bennothommo those are different, @canthis is talking about routes that are explicitly registered by the plugins' `routes.php` file.
@bennothommo I still don't understand why we need to remove the UrlGenerator override code, could you explain that?
I think I've used the following code before to make backend translations available to the vue plugin: ```php Route::get('/api/translation-messages', function () { // Store the generated data in the cache,...
@mjauvin could you add some more headings and links to the ToC to more easily find these sections on the page?
@mjauvin I meant also add the anchor tags and the headings to the page's ToC at the top
At least some of these are application exceptions though and are triggered by the user entering data which probably should be translated. System exceptions designed to be searched online shouldn't...
@RomainMazB can you add a unit test for this?
Feel free to submit a PR to add a section to https://wintercms.com/docs/setup/installation#web-based-installation if you'd like.
@mjauvin are you needing this in 1.2.1 or are you fine with waiting for 1.2.2?