Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mawuva/laravel-lang-resources
Laravel lang resources
https://github.com/mawuva/laravel-lang-resources
Last synced: 7 days ago
JSON representation
Laravel lang resources
- Host: GitHub
- URL: https://github.com/mawuva/laravel-lang-resources
- Owner: mawuva
- License: mit
- Created: 2021-09-15T02:44:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T17:48:21.000Z (over 2 years ago)
- Last Synced: 2024-08-05T23:10:02.611Z (3 months ago)
- Language: PHP
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel lang resources files
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mawuekom/laravel-lang-resources.svg?style=flat-square)](https://packagist.org/packages/mawuekom/laravel-lang-resources)
[![Total Downloads](https://img.shields.io/packagist/dt/mawuekom/laravel-lang-resources.svg?style=flat-square)](https://packagist.org/packages/mawuekom/laravel-lang-resources)This package provides usefull lang files to help you in your laravel multilanguages project.
## Installation
You can install the package via composer:
```bash
composer require mawuekom/laravel-lang-resources
```## Usage
```bash
php artisan vendor:publish --provider="Mawuekom\LangResources\LangResourcesServiceProvider"
```### Once done, enjoy !!!
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.