Looking to hire Laravel developers? Try LaraJobs

laravel-languages maintained by rdcstarr

Description
This is my package laravel-languages
Author
Last update
2026/02/12 10:40 (dev-main)
License
Downloads
20

Comments
comments powered by Disqus

Laravel Languages

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. ⚖️