A package to define locales via a facade for your project.
You can install the package via composer:
composer require wotz/laravel-locale-collectionuse Wotz\LocaleCollection\Facades\LocaleCollection;
use Wotz\LocaleCollection\Locale;
LocaleCollection::add(new Locale('nl-BE', 'whoownsthezebra.be', 'nl'))
->add(new Locale('fr-BE', 'whoownsthezebra.be', 'fr'))
->add(new Locale('en-GB', 'whoownsthezebra.com', 'en'));For the full documentation, check here.
vendor/bin/pestPlease see CHANGELOG for more information on what has changed recently.
Please see UPGRADING for more information on how to upgrade to a new version.
Please see CONTRIBUTING for details.
If you discover any security-related issues, please email info@whoownsthezebra.be instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.