Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Laravel Modules

Mani   ( User )

Commented 4 years ago

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

Denis Dulici   ( Admin )

Commented 4 years ago

Hello Mani,

Delete the following folder and try again:

storage/framework/cache/data

Regards

Madusanka   ( User )

Commented 4 years ago

Hi Mani,

try below artisan command

in project root -> php artisan cache:clear

in module root -> composer dump-autoload -o

Please login or register to leave a response.

Showing 1 to 3 of 3 discussions