thelimonazo/laravel-spanish-lang
最新稳定版本:v1.0.0
Composer 安装命令:
composer require thelimonazo/laravel-spanish-lang
包简介
Spanish language files for Laravel
README 文档
README
A Spanish language pack for Laravel applications.
Installation
You can install the package via Composer:
composer require thelimonazo/laravel-spanish-lang
Usage
After installation, run the following command to publish the language files.
php artisan vendor:publish --tag=laravel-lang-spanish
The language files will be available in the lang/es directory. To use the Spanish language in your Laravel application, update the locale setting in your config/app.php file:
'locale' => 'es',
or .env file:
APP_LOCALE=es
Contributing
Contributions are welcome! Please submit a pull request or open an issue if you find any errors or have suggestions for improvement.
License
This package is open-sourced software licensed under the MIT license.
Credits
Made with ❤️ for Laravel developers.
统计信息
- 总下载量: 116
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-25