Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schematics finds migrations but not models #52

Open
rflatt-reassured opened this issue Jun 25, 2020 · 3 comments
Open

Schematics finds migrations but not models #52

rflatt-reassured opened this issue Jun 25, 2020 · 3 comments

Comments

@rflatt-reassured
Copy link

As the subject says, schematics can find the migrations, but no models. We have written our code so that the routes are in devolved routes files - the code is separated into different modules, and each module has its own route file (eg Modules/Communication/Http/routes.php). Is there any way schematics can use this? The routes have been cached, and I can see them when I do php artisan route:list.

Thanks.

@imanghafoori1
Copy link
Contributor

I think the same way they find models, will work for this package:

https://github.com/sebastiaanluca/laravel-auto-morph-map/blob/master/src/Mapper.php

@Dennis-Mwea
Copy link
Contributor

#58

@TheDeadCode
Copy link

Still facing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants