jugol-kumar/category-curd

这是一个用于生成无限级父子分类生成器的 Laravel 扩展包

v0.3.0 2023-03-13 09:26 UTC

This package is auto-updated.

Last update: 2024-09-13 12:48:34 UTC


README

#Laravel 简短名称生成器包

#1. 使用 Composer 在您的项目中安装此包。

$ composer require jugol-kumar/category-curd

#2. 发布供应商文件夹和文件

$ php artsian vendor:publish jugol-kumar\category-curd\CategoryCrudServiceProvider

#3. 在控制器中使用

CategoryCrudFacade::generate(\App\Models\User::class, 'your title', 'field name');

// your-title
// after using this title
CategoryCrudFacade::generate(\App\Models\User::class, 'your title', 'field name');

// your-title-1