bagisto/bagisto-search-suggestion
Composer 安装命令:
composer require bagisto/bagisto-search-suggestion
包简介
Bagisto Search-suggestion is a feature to make it faster to complete searches that you're beginning to type.
README 文档
README
Bagisto Search-suggestion is a feature to make it faster to complete searches that you're beginning to type. Its make your website more attractive.
It packs in lots of demanding features that allows your business to scale in no time:
- product category will be visible on auto search suggestion
- product image will be visible on auto search suggestion result
- price of each product will be visible on search suggestion
- total searched term will be visible on search suggestion
- admin can disable visiblity of category/product/term from the auto search
- admin can set total number of categories/product visible on auto search suggestion
Requirements:
- Bagisto: v1.3.1.
Installation :
- Run the following command
composer require bagisto/bagisto-search-suggestion
- Goto config/concord.php file and add following line under 'modules'
\Webkul\suggestion\Providers\ModuleServiceProvider::class
- Run these commands below to complete the setup
composer dump-autoload
php artisan route:cache
php artisan config:cache
- Run Some npm commands in "suggestion" folder
npm install
npm run prod
php artisan vendor:publish --force
-> Press the number before "suggestionServiceProvider" class and then press enter to publish all assets and configurations.
That's it.
统计信息
- 总下载量: 141
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-17