Open paskuale75 opened 5 years ago
I think the problem is here CoreAsset.php file, at line 19
public $sourcePath = '@bower/fullcalendar/packages/core';
it shoud be:
public $sourcePath = '@bower/fullcalendar/src/core';
or
public $sourcePath = '@bower/fullcalendar/dist/core';
still not working
I finally download last commit of this amazing repo with this: "philippfrenzel/yii2fullcalendar":"dev-master#ce3100f70d3d51dd700f7515a7e06cf13d3954f9", in require section ! But now return me this >> The file or directory to be published does not exist: /../../vendor/bower-asset/fullcalendar/packages/core Thanks