定制 rdcstarr/laravel-languages 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rdcstarr/laravel-languages

最新稳定版本:v1.1.4

Composer 安装命令:

composer require rdcstarr/laravel-languages

包简介

This is my package laravel-languages

README 文档

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

统计信息

  • 总下载量: 20
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-24