-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Bug report
What I did
I tried to publish language files on laravel 12
Context to replicate the bug - Backpack, Laravel, PHP, DB version
PHP VERSION:
8.4.11
PHP EXTENSIONS:
Core, bcmath, calendar, ctype, date, hash, iconv, json, pcre, random, readline, Reflection, SPL, session, tokenizer, zlib, libxml, dom, filter, standard, PDO, openssl, mysqlnd, SimpleXML, xml, xmlreader, xmlwriter, curl, ftp, fileinfo, gd, intl, mbstring, exif, mysqli, Phar, pdo_mysql, pdo_sqlite, soap, sodium, sqlite3, xsl, zip
LARAVEL VERSION:
12.21.0.0
BACKPACK PACKAGE VERSIONS:
backpack/activity-log: 2.0.7
backpack/backupmanager: v5.0.6
backpack/basset: 1.3.9
backpack/crud: 6.8.4
backpack/generators: v4.0.7
backpack/language-switcher: 2.0.1
backpack/logmanager: 5.0.3
backpack/permissionmanager: 7.2.1
backpack/pro: 2.2.35
backpack/settings: 3.1.2
backpack/theme-tabler: 1.2.18
I think that can be useful to upgrade this package to laravel 12 language management.
I solved adding this into my AppServiceProvider.php file into boot function
$this->loadTranslationsFrom(app()->langPath(), 'backpack.activity-log');
Carolosso
Metadata
Metadata
Assignees
Labels
No labels