{"id":18928917,"url":"https://github.com/laravel-backpack/langfilemanager","last_synced_at":"2025-10-26T07:06:44.517Z","repository":{"id":5682670,"uuid":"53691643","full_name":"Laravel-Backpack/LangFileManager","owner":"Laravel-Backpack","description":"A quick interface to edit Laravel language files, for Backpack.","archived":false,"fork":false,"pushed_at":"2024-04-08T08:44:50.000Z","size":188,"stargazers_count":92,"open_issues_count":0,"forks_count":41,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-03-28T05:48:43.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://backpackforlaravel.com","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Laravel-Backpack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/support.yml","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-11T19:29:22.000Z","updated_at":"2024-05-03T10:26:50.000Z","dependencies_parsed_at":"2024-04-08T09:51:56.162Z","dependency_job_id":"c6294891-4de4-4c87-9960-ad95a710206a","html_url":"https://github.com/Laravel-Backpack/LangFileManager","commit_stats":{"total_commits":151,"total_committers":25,"mean_commits":6.04,"dds":"0.45695364238410596","last_synced_commit":"3de4adc4a2cb0f9c3d7890f4e1b2b075ce7f9aa7"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laravel-Backpack%2FLangFileManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laravel-Backpack%2FLangFileManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laravel-Backpack%2FLangFileManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laravel-Backpack%2FLangFileManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Laravel-Backpack","download_url":"https://codeload.github.com/Laravel-Backpack/LangFileManager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247261609,"owners_count":20910108,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T11:28:42.187Z","updated_at":"2025-10-26T07:06:39.484Z","avatar_url":"https://github.com/Laravel-Backpack.png","language":"PHP","readme":"# Backpack LangFileManager\n\n\u003e ### **Deprecation note**\n\u003e \n\u003e Backpack team has just released a new package: [Translation Manager](https://github.com/Laravel-Backpack/translation-manager).\nThis new package uses [Spatie Translation Loader](https://github.com/spatie/laravel-translation-loader) and it works in a more predictable way using the database to store translations.\n\u003e \n\u003e We **highly** recommend you to switch to [Translation Manager](https://github.com/Laravel-Backpack/translation-manager).\n\n---\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status](https://img.shields.io/travis/Laravel-Backpack/langfilemanager/master.svg?style=flat-square)](https://travis-ci.org/Laravel-Backpack/langfilemanager)\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Style CI](https://styleci.io/repos/53691643/shield)](https://styleci.io/repos/53691643)\n[![Total Downloads][ico-downloads]][link-downloads]\n\nA quick interface to edit language files, for Laravel Backpack.\n\n_**Note:** this interface allows the admin to directly edit the language files stored in ```resources/lang```. Which might not be a great idea in production, if you have those files commited to git and/or use auto-deployment._\n\n\u003e ### Security updates and breaking changes\n\u003e Please **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.\n\n\n## Install in Backpack v6.x\n\n### Step 1. Install via Composer\n\n``` bash\ncomposer require backpack/langfilemanager\n```\n\n### Step 2. Run the migration, seed and file publishing\n\n``` bash\nphp artisan vendor:publish --provider=\"Backpack\\LangFileManager\\LangFileManagerServiceProvider\" --tag=\"migrations\" #publish the migration file\nphp artisan migrate\nphp artisan db:seed --class=\"Backpack\\LangFileManager\\database\\seeds\\LanguageTableSeeder\"\nphp artisan vendor:publish --provider=\"Backpack\\LangFileManager\\LangFileManagerServiceProvider\" --tag=\"config\" #publish the config file\nphp artisan vendor:publish --provider=\"Backpack\\LangFileManager\\LangFileManagerServiceProvider\" --tag=\"lang\" #publish the lang files\n```\n\n### Step 3. Add menu items for it\n\nAdd a menu item for it in resources/views/vendor/backpack/ui/inc/menu_items.blade.php:\n\n```html\n\u003cx-backpack::menu-dropdown title=\"Translations\" icon=\"la la-globe\"\u003e\n    \u003cx-backpack::menu-dropdown-item title=\"Languages\" icon=\"la la-flag-checkered\" :link=\"backpack_url('language')\" /\u003e\n    \u003cx-backpack::menu-dropdown-item title=\"Site texts\" icon=\"la la-language\" :link=\"backpack_url('language/texts')\" /\u003e\n\u003c/x-backpack::menu-dropdown\u003e\n```\n\n## Upgrading from 4.x to 5.x\n\nYou should have no problems upgrading, there have been no breaking changes. Just require the new version.\n\n## Upgrading from 3.x to 4.x\n\n- Flags are no longer supported on the Language CRUD, until version 3 admins could browse an image for the language flag, we now recommend developers to setup those images in advance, having them in a public folder like `public\\flags\\en.svg` `public\\flags\\ro.svg`.\n\n\n## Usage\n\nTell LangFileManager what langfiles NOT to show, in config/backpack/langfilemanager.php:\n\n``` php\n// Language files to NOT show in the LangFileManager\n//\n'language_ignore' =\u003e ['admin', 'pagination', 'reminders', 'validation', 'log', 'crud'],\n```\n\nOr just try at **your-project-domain/admin/language/texts**\n\n## Screenshots\n\nSee https://backpackforlaravel.com/\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n\n## Security\n\nIf you discover any security related issues, please email tabacitu@backpackforlaravel.com instead of using the issue tracker.\n\nPlease **[subscribe to the Backpack Newsletter](http://backpackforlaravel.com/newsletter)** so you can find out about any security updates, breaking changes or major features. We send an email every 1-2 months.\n\n## Credits\n\n- [Alin Ghitu][link-author] - author\n- [Cristian Tabacitu][link-author-2] - contributor\n- [All Contributors][link-contributors]\n\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n## Hire us\n\nWe've spend more than 10.000 hours creating, polishing and maintaining administration panels on Laravel. We've developed e-Commerce, e-Learning, ERPs, social networks, payment gateways and much more. We've worked on admin panels _so much_, that we've created one of the most popular software in its niche - just from making public what was repetitive in our projects.\n\nIf you are looking for a developer/team to help you build an admin panel on Laravel, look no further. You'll have a difficult time finding someone with more experience \u0026 enthusiasm for this. This is _what we do_. [Contact us - let's see if we can work together](https://backpackforlaravel.com/need-freelancer-or-development-team).\n\n\n[ico-version]: https://img.shields.io/packagist/v/backpack/langfilemanager.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/laravel-backpack/langfilemanager/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/laravel-backpack/langfilemanager.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/laravel-backpack/langfilemanager.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/backpack/langfilemanager.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/backpack/langfilemanager\n[link-travis]: https://travis-ci.org/laravel-backpack/langfilemanager\n[link-scrutinizer]: https://scrutinizer-ci.com/g/laravel-backpack/langfilemanager/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/laravel-backpack/langfilemanager\n[link-downloads]: https://packagist.org/packages/backpack/langfilemanager\n[link-author]: https://github.com/ghitu\n[link-author-2]: http://tabacitu.ro\n[link-contributors]: ../../contributors\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-backpack%2Flangfilemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaravel-backpack%2Flangfilemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaravel-backpack%2Flangfilemanager/lists"}