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

v1.0.0 2025-04-26 01:49 UTC

This package is auto-updated.

Last update: 2025-08-31 00:36:27 UTC


README

Latest Version on Packagist Total Downloads License

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.