philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
132 stars 95 forks source link

moment problem solved #142

Open fpolito opened 5 years ago

fpolito commented 5 years ago

in the latest version, you should correct the file yii2fullcalendar\MomentAsset.php at line 18 public $sourcePath = '@bower/moment'; replace with public $sourcePath = '@bower/fullcalendar/dist/moment';

alxlnk commented 4 years ago

Or you can add "bower-asset/moment" to require section of your composer.json file.