rdcstarr/laravel-languages

This is my package laravel-languages

Installs: 8

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/rdcstarr/laravel-languages

v1.0.6 2025-11-25 14:57 UTC

This package is auto-updated.

Last update: 2025-12-25 15:13:13 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. ⚖️