haiaouang/support

The Hht Support package.

1.0.5 2017-10-19 12:43 UTC

This package is auto-updated.

Last update: 2024-04-26 20:20:49 UTC


README

Latest Stable Version License

核心支持包,用于个人开发laravel包的支持包

安装

在你的终端运行以下命令

composer require haiaouang/support

或者在composer.json中添加

"haiaouang/support": "1.0.*"

然后在你的终端运行以下命令

composer update

在配置文件中添加 config/app.php

    'providers' => [
        /**
         * 添加供应商
         */
        Hht\Support\ServiceProvider::class,
    ],

生成配置文件

php artisan vendor:publish

其他