-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Problem
I have a few models that are not in you regular app/Models folder but boilerplate/app/Models. When running the typegen npm command with these options: npm run typegen --ziggy --model-path boilerplate/app/Models it doesn't generate the models from the appropriate boilerplate folder.
It seems to be checking the models in App/Models/Boilerplate/Models when I manually run the php artisan model:show Boilerplate/Models/Role --json command. this is the error i get when running the typegen command.
Manually running the model:show command error:
Prefered Solution
Rather than checking the models in App/Models/* check them in Boilerplate/Models/*.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels