thelimonazo / laravel-spanish-lang
Spanish language files for Laravel
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/thelimonazo/laravel-spanish-lang
Requires
- php: ^7.0|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
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.