milantarami / nepali-calendar

📅 Date converter with more features ( adding months to date, adding days to date , get current date etc. ) . Supports BS and AD date type.
https://milantarami.github.io/nepali-calendar/
9 stars 4 forks source link

Can we use this package on Laravel 8? #9

Closed dipenchand closed 3 years ago

dipenchand commented 3 years ago

I'm trying to use this package in Laravel 8, but its giving following Error:

$ php artisan vendor:publish --tag=nepali-calendar-config

Can't locate path: </Users/dipenchand/Documents/dev/mlogics/freedom-php/backend/vendor/milantarami/nepali-calendar/src./../config/nepali-calendar.php>
Publishing complete.
milantarami commented 3 years ago

I had just tested with a fresh installation of laravel 8 and is works as expected. Unfortunately there isn't much I can go on with the information you've provided.

try clearing cache php artisan optimize:clear

and reinstalling it

milantarami commented 3 years ago

you can reopen this issue if it is not solved!