LaravelPackages.net
Acme Inc.
Toggle sidebar
ibecsystems/admin-kit-localizations

Localizations package for AdminKit

966
0
v3.3.3
About ibecsystems/admin-kit-localizations

ibecsystems/admin-kit-localizations is a Laravel package for localizations package for adminkit. It currently has 0 GitHub stars and 966 downloads on Packagist (latest version v3.3.3). Install it with composer require ibecsystems/admin-kit-localizations. Discover more Laravel packages by ibecsystems or browse all Laravel packages to compare alternatives.

Last updated

Localizations package for Admin Kit

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require ibecsystems/admin-kit-localizations

You can publish and run the migrations with:

php artisan vendor:publish --tag="admin-kit-localizations-migrations"
php artisan migrate

You can publish the config file with:

php artisan vendor:publish --tag="admin-kit-localizations-config"

This is the contents of the published config file:

return [
];

Optionally, you can publish the views using

php artisan vendor:publish --tag="admin-kit-localizations-views"

Usage

$localizations = new AdminKit\Localizations();
echo $localizations->echoPhrase('Hello, AdminKit!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments