conflict when trying to create a tags migrations for a tags addon (tags-module)
Created 7 years ago by endderHi, I might be going about this all wrong. but, I have created a tags-module as I want a section for users to be able to create tags.
first artisan command works fine.
php artisan make:addon anomaly.module.tags
its created the tags-modules and we are looking good.
when I run the next command to create the steam it puts the migration file in the migrations folder for the tags-field_type.
php artisan make:stream tags tags
so if I look in core/anormaly/tags-field_type/migrations there is my migration file. but it's in the wrong place.
how can I create the stream migration to end up in my tags-modules addon?
Thanks
ryanthompson
—
7 years ago
endder
—
7 years ago
thanks @piterden and @ryanthompson for your feedback
I suppose, if you create a module, then you need:
But in which connection
field_type
is here?UPD: Apparently, command do some wrong actions when receives wrong argument...