2amigos / yii2-leaflet-awesome-plugin

Yii2 Leaflet plugin to create map icons using Font Awesome icons.
http://yiiwheels.com
Other
0 stars 7 forks source link

Wrong sourcePath in asset #1

Closed it3rmit closed 10 years ago

it3rmit commented 10 years ago

When I am trying to use the plugin I get the error Invalid Parameter – yii\base\InvalidParamException The file or directory to be published does not exist: /var/www/advisor/common/extensions/leafletAwesomePlugin/assets It looks like the following line of code

public $sourcePath = '@common/extensions/leafletAwesomePlugin/assets';

in AwesomeMarkerAsset should be replaced with

public $sourcePath = '@vendor/2amigos/yii2-leaflet-awesome-plugin/assets';
tonydspaniard commented 10 years ago

Oops! @it3rmit Thanks!