Easy creation of slugs for your Eloquent models in Laravel
composer require "cviebrock/eloquent-sluggable:4.1.0"
| 包名 | 版本要求 |
|---|---|
| cocur/slugify | ^2.1 |
| illuminate/config | 5.1.* || 5.2.* || 5.3.* |
| illuminate/database | 5.1.* || 5.2.* || 5.3.* |
| illuminate/support | 5.1.* || 5.2.* || 5.3.* |
| php | ^5.6 || ^7.0 |
| 包名 | 版本要求 |
|---|---|
| mockery/mockery | ^0.9.4 |
| orchestra/testbench | ^3.0 |
| phpunit/phpunit | ^4.8 || ^5.0 |
| 许可证 | MIT |
|---|---|
| 发布时间 | 2016-09-14 17:44:13 |
| 类型 | library |