sallar / laravel-jdate

A Laravel Bundle to help working with Jalali (Shamsi) Dates
26 stars 8 forks source link

There are no commands defined in the "bundle" namespace #4

Open tuytoosh opened 9 years ago

tuytoosh commented 9 years ago

in laravel 5 i am trying to install your package but i have this error :

C:\wamp\www\end>php artisan bundle:install jdate

  [InvalidArgumentException]
  There are no commands defined in the "bundle" namespace.
tuytoosh commented 9 years ago

this problem is running yet :( and in laravel 5 I have not any app/bundles folder

musahaidari commented 9 years ago

This package is written for Laravel 3, in Laravel 5.1 I suggest using morilog/jalali instead, by using the instructions mentioned in packagist.org page for the same package.