承接 kun391/laravel-categories 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

kun391/laravel-categories

Composer 安装命令:

composer require kun391/laravel-categories

包简介

Package categories with with trees

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License

This is a package use to management multiple categories for laravel.

Install

Via Composer

$ composer require kun391/laravel-categories

Setup

Add the following to your composer.json file :

"require": {
    "kun391/laravel-categories": "dev-master",
},

Then register service provider with in config/app.php:

'providers' => [
    ...
    'Kun\Categories\CategoriesServiceProvider::class',
]

Finally, you should run the command to publish assets of the package.

php artisan vendor:publish --tag=public --force

Customize

In this package, I used the Forms & HTML. If you change the alias of this one. You should publish file config and modify it.

php artisan vendor:publish --tag=config

then

return [
    'providers' => [
        'Collective\Html\HtmlServiceProvider'
    ],
    'aliases' => [
        'form' => [
            'alias_name' => 'Form',
            'alias' => 'Collective\Html\FormFacade'
        ],
        'html' => [
            'alias_name' => 'Html',
            'alias' => 'Collective\Html\HtmlFacade'
        ],
    ]
];

If you want to custom views or translations, you can publish views/translations.

php artisan vendor:publish --tag=views
php artisan vendor:publish --tag=translations

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 19
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 4
  • Watchers: 2
  • Forks: 1
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-01-21

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固