Krayin Doesn't Detect Migrations in Custom Entity Folder
-
I'm trying to create a custom entity folder in my project, similar to the existing ones like Contact or Lead, which include Models, Providers, Repositories, Database, etc.
I replicated the same structure for my new entity, including a Migrations folder and a composer.json file inside it. I also registered it in the root composer.json, ran composer dump-autoload, but the system still doesn't recognize the migrations inside my custom folder.
I followed the exact same structure as the other entities. What am I missing to make Laravel recognize these migrations?