{"id":15844994,"url":"https://github.com/efectn/laravel-langman-gui","last_synced_at":"2026-05-03T06:35:21.478Z","repository":{"id":62549320,"uuid":"258628088","full_name":"efectn/laravel-langman-gui","owner":"efectn","description":"A GUI for managing JSON translations for Laravel 9.x.","archived":false,"fork":false,"pushed_at":"2022-04-23T15:26:57.000Z","size":908,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T11:35:28.634Z","etag":null,"topics":["laravel","localization","multilingual","translations"],"latest_commit_sha":null,"homepage":"","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/efectn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-24T21:26:34.000Z","updated_at":"2022-04-24T00:38:55.000Z","dependencies_parsed_at":"2022-11-03T01:30:32.770Z","dependency_job_id":null,"html_url":"https://github.com/efectn/laravel-langman-gui","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efectn%2Flaravel-langman-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efectn%2Flaravel-langman-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efectn%2Flaravel-langman-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efectn%2Flaravel-langman-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efectn","download_url":"https://codeload.github.com/efectn/laravel-langman-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246683157,"owners_count":20817199,"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":["laravel","localization","multilingual","translations"],"created_at":"2024-10-05T17:41:34.055Z","updated_at":"2026-05-03T06:35:16.458Z","avatar_url":"https://github.com/efectn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eLaravel Language Manager\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nLangman is a GUI for managing JSON translations for Laravel 9.x. \n\nOriginally forked from [themsaid/laravel-langman-gui](https://github.com/themsaid/laravel-langman-gui), but under active maintenance.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cimg src=\"https://s14.postimg.org/j99tukfch/Screen_Shot_2017-05-02_at_9.56.49_AM.png\" alt=\"Laravel Langman\"\u003e\n\u003cbr\u003e\n\u003ca href=\"https://packagist.org/packages/efectn/laravel-langman-gui\"\u003e\u003cimg src=\"https://poser.pugx.org/efectn/laravel-langman-gui/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/efectn/laravel-langman-gui\"\u003e\u003cimg src=\"https://poser.pugx.org/efectn/laravel-langman-gui/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/efectn/laravel-langman-gui\"\u003e\u003cimg src=\"https://poser.pugx.org/efectn/laravel-langman-gui/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Installation\n\nBegin by installing the package through Composer. Run the following command in your terminal:\n\n```\n$ composer require efectn/laravel-langman-gui\n```\n\nThen publish the configuration file \u0026 assets:\n\n```\nphp artisan vendor:publish --provider=Efectn\\\\LangmanGUI\\\\LangmanServiceProvider\n```\n\n## Usage\n1. Edit `routes/web.php`:\n\nWrap routes like this.\n```php\nRoute::group(['prefix' =\u003e 'langman', 'middleware' =\u003e ['web']], function () {\n    \\Efectn\\LangmanGUI\\Manager::routes();\n});\n\n```\n\n2. Just Browse\n\nEnter `http://project.dev/langman`, using this interface you'll be able to\nbrowse translation keys in different languages, add/remove keys, scan your project files for missing translations, and finally save\nyour changes to the language JSON files.\n\n## Backup\n\nLangman stores a backup of your entire `resources/lang` directory into `storage/langmanGUI`, you can use restore the original files\nusing this backup in case anything went wrong.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefectn%2Flaravel-langman-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefectn%2Flaravel-langman-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefectn%2Flaravel-langman-gui/lists"}