Ask, reply and learn. Join the community of Akaunting.
When i create new module(like this php artisan module:make Test) throw below error
In Filesystem.php line 41:
File does not exist at path /module.json
Hello Mani,
Delete the following folder and try again:
storage/framework/cache/data
Regards
Hi Mani,
try below artisan command
in project root -> php artisan cache:clear
in module root -> composer dump-autoload -o
Showing 1 to 3 of 3 discussions