webfactor_project / wf_basic_function_package
A package to add often needed, basic functions to a laravel project
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- ebess/advanced-nova-media-library: 4.0.2
- laravel/nova: 4.*
This package is not auto-updated.
Last update: 2023-11-10 15:25:11 UTC
README
##Installation:
###Note:
-
Vue is needed to use this package. You can install it on your own or accept the installment during the Package installation process
-
laravel auth is used in this package: php .\artisan ui:auth ###Install: composer require webfactor_project/wf_basic_function_package
php artisan vendor:publish --tag=nova-media-library
php artisan WFBasicFunctionPackage:install
please add: mix.js('resources/js/Webfactor/WfBasicFunctionPackage/WFpackage_app.js', "public/js").vue() to your webpack.mix.js file
Update your database: php artisan migrate
##Additional Commands - php artisan WFBasicFunctionPackage:publish to re-publish the package files
npm install vue
php .\artisan ui:auth