ekmungai / eloquent-ifrs

Eloquent Double Entry Accounting with a focus on IFRS Compliant Reporting
MIT License
334 stars 68 forks source link

bug on running php artisan route:list #97

Closed martuico closed 2 years ago

martuico commented 2 years ago

Screen Shot 2021-10-26 at 10 40 04 AM

ekmungai commented 2 years ago

Hi @martuico,

The package relies heavily on the laravel's session management system, so artisan commands that are run offline might not work. I havent tested any of them as of yet. What version are you using?

Regards, Edward