Skip to content

piotrmkaminski/apto-one-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apto.ONE is build up of the following components:

  • Backend (PHP + Symfony)
  • Administration Frontend (AngularJS, AngularJS Material)
  • End-User Frontend (Angular 14+)

You can find our Documentation here: https://docs.apto.one

Installation

add the following lines to your config/bundles.php file

Apto\Base\Infrastructure\AptoBaseBundle\AptoBaseBundle::class => ['all' => true],
Apto\Catalog\Infrastructure\AptoCatalogBundle\AptoCatalogBundle::class => ['all' => true],
Apto\Plugins\AreaElement\Infrastructure\AreaElementBundle\AreaElementBundle::class => ['all' => true],
Apto\Plugins\CustomText\Infrastructure\CustomTextBundle\CustomTextBundle::class => ['all' => true],
Apto\Plugins\FileUpload\Infrastructure\FileUploadBundle\FileUploadBundle::class => ['all' => true],
Apto\Plugins\FloatInputElement\Infrastructure\FloatInputElementBundle\FloatInputElementBundle::class => ['all' => true],
Apto\Plugins\MaterialPickerElement\Infrastructure\MaterialPickerElementBundle\MaterialPickerElementBundle::class => ['all' => true],
Apto\Plugins\PricePerUnitElement\Infrastructure\PricePerUnitElementBundle\PricePerUnitElementBundle::class => ['all' => true],
Apto\Plugins\SelectBoxElement\Infrastructure\SelectBoxElementBundle\SelectBoxElementBundle::class => ['all' => true],
Apto\Plugins\WidthHeightElement\Infrastructure\WidthHeightElementBundle\WidthHeightElementBundle::class => ['all' => true],
Apto\Plugins\DateElement\Infrastructure\DateElementBundle\DateElementBundle::class => ['all' => true],
Apto\Plugins\RequestForm\Infrastructure\RequestFormBundle\RequestFormBundle::class => ['all' => true],

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 46.0%
  • JavaScript 32.6%
  • HTML 10.0%
  • TypeScript 7.6%
  • SCSS 1.4%
  • Less 1.3%
  • Other 1.1%