Ask, reply and learn. Join the community of Akaunting.
Hi, Im trying to create the migrations on a module but I'm not being able to.
First I run,
php artisan:module use [name-of-module],
(using module alias as shown in php artisan module:list), and then just
php artisan module:make-migration name_of_migration,
but I get the Module [NameOfModule] does not exist! Error.
Try this:
php artisan module:make-migration name-of-module name_of_migration
Showing 1 to 2 of 2 discussions