first commit

This commit is contained in:
ericli1018
2024-03-13 10:43:39 +08:00
commit 1caae33c43
677 changed files with 105611 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
// when `false` developer should setup their own route for language switcher
// check the default route at /vendor/backpack/language-switcher/routes/language-switcher.php
'setup_routes' => true,
// when true, we will add the route prefix on the language-switcher route.
// eg: https://domain.com/admin/set-locale/{locale} instead of https://domain.com/set-locale/{locale}
'use_backpack_route_prefix' => false,
];