David Molineus 2bab1fc701 Merge pull request #10 from qzminski/bugfix/assets-not-installed
Fix the assets not being installed in Contao /assets/ folder
2023-12-20 11:07:48 +01:00
2022-11-29 14:24:05 +01:00
2022-11-29 14:24:05 +01:00
2018-08-23 15:33:13 +02:00
2018-08-23 16:02:27 +02:00
2018-08-23 16:02:27 +02:00
2022-11-29 14:24:05 +01:00

Libraries for Leaflet integration into Contao CMS

Version License Downloads

This package is just a bundle of leaflet libraries required by netzmacht/contao-leaflet-maps - the Leaflet maps integration into Contao CMS.

This package contains following packages:

Install

You can install this package via composer.

$ php composer.phar require netzmacht/contao-leaflet-libraries:~1.0 

If you use Contao 4 without the managed edition, you also have to register the module as a bundle.

<?php

  // Dependency is automatically installed and has to be registered
  new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('leaflet-libs', $this->getRootDir()),

Version numbers

Each release has is tagged with the main leaflet version which is shipped with this bundle. For any bugfix release which is created without shipping a newer version of leaflet, this package uses four parts of the version number.

License

As this package is just a meta package to provide the libraries, the licenses of each library have to be accepted. They are under the MIT or BSD license.

S
Description
No description provided
Readme 2.8 MiB
Languages
JavaScript 96.7%
CSS 1.6%
HTML 1.2%
PHP 0.5%