rdcstarr/laravel-languages

This is my package laravel-languages

Maintainers

Package info

github.com/rdcstarr/laravel-languages

pkg:composer/rdcstarr/laravel-languages

Statistics

Installs: 20

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.4 2026-02-05 13:08 UTC

This package is auto-updated.

Last update: 2026-03-12 09:52:39 UTC


README

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

Installation

You can install the package via composer:

composer require rdcstarr/laravel-languages

Automatic Installation (Recommended)

Run the install command to publish the migrations, run the migrations, and seed the languages table:

php artisan languages:install

Manual Installation

Alternatively, you can install manually:

  1. Publish the migrations:
php artisan vendor:publish --tag=languages-migrations
  1. Run the migrations:
php artisan migrate
  1. Seed the languages table:
php artisan db:seed --class="Rdcstarr\Languages\Database\Seeders\LanguagesSeeder"

📖 Resources

  • Changelog for more information on what has changed recently. ✍️

👥 Credits

📜 License

  • License for more information. ⚖️