PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Stefan Ninic   Laravel Localization Package to Vue   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Localization Package to Vue
Get localization texts in array and JSON formats
Author: By
Last change:
Date: 5 years ago
Size: 948 bytes
 

Contents

Class file image Download
{ "name": "kg-bot/laravel-localization-to-vue", "description": "Laravel package used to collect all localization files from resources/lang directory and sub-directories and make them available as JSON file", "require": { "php": ">=7.1", "laravel/framework": "5.*" }, "keywords": [ "laravel", "vue.js", "trans", "localization", "json" ], "license": "MIT", "authors": [ { "name": "Stefan Ninic", "email": "ninicstefan94@gmail.com" } ], "autoload": { "psr-4": { "KgBot\\LaravelLocalization\\": "src/" } }, "extra": { "laravel": { "providers": [ "KgBot\\LaravelLocalization\\LaravelLocalizationServiceProvider" ], "aliases": { "ExportLocalization": "KgBot\\LaravelLocalization\\Facades\\ExportLocalizations" } } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }