This package is made just to help anyone who wants to convert english date to nepali date.
Via Composer
$ composer require makka/nepali_date
'NDate' => Makka\NepaliDate\NepaliDate::class,
NDate::eng_to_nep($yy, $mm, $dd)
NDate::nep_to_eng($yy, $mm, $dd)
The MIT License (MIT). Please see License File for more information.