Download the PHP package portedcheese/category-product without Composer

On this page you can find all versions of the php package portedcheese/category-product. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package category-product

Category Product

Description

Категории и товары для сайта.

Категории могут быть вложенными, у каждой категории есть набор характеристик, которые можно синхронизировать на дочернии категории.

Товар относится к категори, может быть с метками и значениями характеристик от категории.

Install

php artisan migrate

php artisan vendor:publish --provider="PortedCheese\CategoryProduct\ServiceProvider" --tag=public --force

php artisan make:category-product
                        {--all : Run all}
                        {--menu : Config menu}
                        {--models : Export models}
                        {--observers : Export observers}
                        {--controllers : Export controllers}
                        {--policies : Export and create rules}
                        {--only-default : Create default rules}
                        {--scss : Export scss}
                        {--vue : Export vue}
                        {--js : Export scripts}

npm install flickity
npm install flickity-as-nav-for

Config

Шаблон для меню:

category-product::site.includes.categories-menu

Выгрузка конфигурации:

php artisan vendor:publish --provider="PortedCheese\CategoryProduct\ServiceProvider" --tag=config

Переменные конфигурации:

categoryAdminRoutes(true) - Использовать роуты для управления категориями из пакета
categoryShowRouteName(admin.categories.show) - Адрес просмотра категории
specificationAdminRoutes(true) - Использовать роуты для управления характеристиками из пакета
specificationGroupAdminRoutes(true) - Использовать роуты для управления группами характеристик из пакета
productLabelAdminRoutes(true) - Использовать роуты для управления метками товара из пакета
productCollectionAdminRoutes - Использовать роуты для управления коллекциями товара из пакета
productAdminRoutes(true) - Использовать роуты для управления товарами из пакета
productSpecificationAdminRoutes(true) - Использовать роуты для управления значениями характеристик из пакета

categoryFacade - Класс для фасада действий с категориями
specificationFacade - Класс для фасада действий с характеристиками
productFacade - Класс для фасада действий с товарами
productFilterFacade - Класс для фасада фильтрации товара
productFavoriteFacade - Класс для фасада избранных товаров

productSpecificationResource - Класс для ресурса характеристик

categorySiteRoutes(true) - Роуты категорий для сайта
subCategoriesPage(false) - Включить страницу подкатегорий
categoryProductsPerPage(18) - Товаров на страницу
productSiteRoutes(true) - Роуты товаров для сайта
productCollectionSiteRoutes (true) - Роуты коллекций товаров для сайта
defaultProductView(bar) - Отображение товаров по умолчанию
useSimpleTeaser(true) - Использовать изображение, которые будут обрезаны по размеру. Если переключить изображения не будут обрезаться
catalogPageName(Каталог) - Заголовок страницы каталога
productCollectionsName(Коллекции) - Заголовок страницы Коллекций
categoryNest(3) - максимальная вложенность категорий

defaultSort(title) - Сортировка товаров по умолчанию
defaultSortDirection(asc) - Стандартное направление сортировки
defaultCheckboxLimit(3) - Сколько элементов группы чекбоксов в фильтре будут показаны, больше будут скрыты и появится поиск
sortOptions - Список сортировок

useAddons - true|false]
addonTypesAdminRoutes - true|false
addonTypesName - "Типы дополнений"
addonsName - "Дополнения"
enableFilterAddons - true|false  // need cache:clear command

All versions of category-product with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package portedcheese/category-product contains the following files

Loading the files please wait ....