Easy creation of slugs for your Eloquent models in Laravel
composer require "cviebrock/eloquent-sluggable:4.1.2"
| 包名 | 版本要求 |
|---|---|
| cocur/slugify | ^2.3 |
| 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-11-09 15:42:49 |
| 类型 | library |