Forum

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

New Discussion

Creating migrations in modules

Ariel Toledo   ( User )

Commented 3 years ago

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.

Denis Dulici   ( Admin )

Commented 3 years ago

Try this:

php artisan module:make-migration name-of-module name_of_migration

Please login or register to leave a response.

Showing 1 to 2 of 2 discussions