dniccum / nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.
MIT License
37 stars 15 forks source link

Class Files Doesn't Exist #1

Closed Milkhan closed 5 years ago

Milkhan commented 5 years ago

Thank you for the nice package! But when I tried to install (Nova v1.3.2) but after I ran the -composer require dniccum/nova-documentation got an error: In Container.php line 779: Class files does not exist

dniccum commented 5 years ago

Thanks @Milkhan. I just pushed version 1.0.2 with the appropriate fixes. You may need to run composer update dniccum/nova-documentation to remove the previous version from your project, and then re-enter composer require dniccum/nova-documentation