baks-dev / reference-car
Библиотека автомобилей
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.4
- baks-dev/core: ^7.2
Requires (Dev)
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2025-05-22 07:49:31 UTC
README
Библиотека автомобилей (Бренды, модели, параметры)
Установка
$ composer require baks-dev/reference-car
Настройки
Для отображения в выпадающих списках, добавить настройку сервиса в конфиг:
<?php namespace Symfony\Component\DependencyInjection\Loader\Configurator; use BaksDev\Reference\Clothing\Choice\ReferenceChoiceSizeClothing; return static function (ContainerConfigurator $configurator) { $services = $configurator->services() ->defaults() ->autowire(true) ->autoconfigure(true) ; $services ->set(ReferenceChoiceCar::class) ->tag('baks.reference.choice') ; };
Журнал изменений 
О том, что изменилось за последнее время, обратитесь к CHANGELOG за дополнительной информацией.
Лицензия 
The MIT License (MIT). Обратитесь к Файлу лицензии за дополнительной информацией.