Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Bundles Cms Laravel Package

kunstmaan/bundles-cms

Kunstmaan CMS is a full-featured, multilingual CMS built on the Symfony full-stack framework. It offers page and form assembly, versioning, workflow, translation tools, and media management, plus integrations with community bundles.

View on GitHub
Deep Wiki
Context7

Going single language

The Standard Edition installs a multilanguage site. This is important for us because Belgium is a multilingual country, but it's clear that there are a lot of cases where it is not needed. While the CMS will always retain it multilingual capabilities, we want to remove the language from the URL.

1) Change the routing.yml

Switch out the default routing.yml with routing.singlelang.yml

mv app/config/routing.yml app/config/routing.multilang.yml
mv app/config/routing.singlelang.yml app/config/routing.yml

WARNING: If you generated bundles before going single language, check that you have all routing moved over to the new routing file!

2) Change the security.yml

Switch out the default security.yml with security.singlelang.yml

mv app/config/security.yml app/config/security.multilang.yml
mv app/config/security.singlelang.yml app/config/security.yml

3) Change parameters.yml.dist and parameters.yml

Configure the parameters.yml.dist (part of the repo) and parameters.yml (your local settings) files like so:

    requiredlocales: en
    defaultlocale: en
    multilanguage: false

And that's it, you now have a single language website.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views