Skip to content

mydnic/Laravel-SEO-Multilingual-Architecture-V2

Repository files navigation

  • Enforcing the Language Code in the URL
  • Exclude some url paths from this enforcing
  • Having localized models, meaning : you can write the same blog post in several languages, editable by logged in user
  • Having the ability to add as many language as you want through config file
  • Translate the blog post's slugs
  • Having localized URL's for both static pages and Eloquent Models with the translated slugs
  • Updating the slug of a page on the fly when switching language