laravel-schematics
laravel-schematics copied to clipboard
Schematics finds migrations but not models
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.
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
https://github.com/mtolhuys/laravel-schematics/pull/58
Still facing the issue