webfactor_project/wf_basic_function_package

此包的最新版本(dev-master)没有提供许可证信息。

一个用于向laravel项目添加常用基本功能的包

dev-master 2022-05-27 10:55 UTC

This package is not auto-updated.

Last update: 2023-11-10 15:25:11 UTC


README

##安装

###注意

  • 使用此包需要Vue。您可以在自己的环境中安装它或在包安装过程中接受安装

  • 此包使用laravel auth: php .\artisan ui:auth ###安装: composer require webfactor_project/wf_basic_function_package

    php artisan vendor:publish --tag=nova-media-library

    php artisan WFBasicFunctionPackage:install

    请将:mix.js('resources/js/Webfactor/WfBasicFunctionPackage/WFpackage_app.js', "public/js").vue() 添加到您的webpack.mix.js文件中

    更新您的数据库:php artisan migrate

##附加命令 - 使用 php artisan WFBasicFunctionPackage:publish 重新发布包文件

npm install vue

php .\artisan ui:auth