rdcstarr/laravel-languages
最新稳定版本:v1.1.4
Composer 安装命令:
composer require rdcstarr/laravel-languages
包简介
This is my package laravel-languages
README 文档
README
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:
- Publish the migrations:
php artisan vendor:publish --tag=languages-migrations
- Run the migrations:
php artisan migrate
- 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
- Rdcstarr 🙌
📜 License
- License for more information. ⚖️
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-24