Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document custom permalinks #903

Closed
antonioribeiro opened this issue May 15, 2021 · 1 comment · Fixed by #1344
Closed

Document custom permalinks #903

antonioribeiro opened this issue May 15, 2021 · 1 comment · Fixed by #1344
Labels
type: documentation This issue means we need to improve docs

Comments

@antonioribeiro
Copy link
Member

Add to docs

protected function formData($request)
{
    return [
        'customPermalink' => route('front.home'),
    ];
}
@antonioribeiro antonioribeiro added the type: documentation This issue means we need to improve docs label May 15, 2021
@pboivin
Copy link
Contributor

pboivin commented Nov 3, 2021

Update: Also document the work of #1092 with getLocalizedPermalinkBase() and localizedCustomPermalink.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation This issue means we need to improve docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants