Download the PHP package alleycarvalho/l5-location without Composer
On this page you can find all versions of the php package alleycarvalho/l5-location. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alleycarvalho/l5-location
More information about alleycarvalho/l5-location
Files in alleycarvalho/l5-location
Download alleycarvalho/l5-location
More information about alleycarvalho/l5-location
Files in alleycarvalho/l5-location
Vendor alleycarvalho
Package l5-location
Short Description Package designed for the Laravel Framework
License MIT
Package l5-location
Short Description Package designed for the Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package l5-location
Laravel 5 Location
Introduction
The l5-location package allows for a dynamic translation in the Laravel framework, according to the available language definitions.
Installation
Via Composer
Execute the following command to get the latest version of the package:
If the Laravel version >=
5.5
- ServiceProvider will be attached automatically.
Other
- Add service provider to the
'providers'
array inconfig/app.php
:
Configuration
- Add middleware in
app/Http/kernel.php
:
Basic Usage
The translation can be dynamically changed using links referring to the available language in
resources/lang/
.
- Example in
resources/views/welcome.blade.php
:
If the file package is not available in
resources/lang/
or in the package used, the translation will be done according to the configuration of'fallback_locale'
inconfig/app.php
All versions of l5-location with dependencies
PHP Build Version
Package Version
No informations.
The package alleycarvalho/l5-location contains the following files
Loading the files please wait ....