laracasts / Laravel-5-Generators-Extended

This package extends the core file generators that are included with Laravel 5
https://laracasts.com/lessons/faster-workflow-with-generators
MIT License
2.45k stars 347 forks source link

dumpAutoloads after creating Model [Fixes #157] #158

Closed panstromek closed 4 years ago

panstromek commented 6 years ago

dump autoloads takes very long time in big app, so I suggest moving it after the model is created so developer can work on the created model sooner.

tabacitu commented 4 years ago

Sounds like a good idea to me @panstromek . Thanks for the PR, and @sain2424 for confirming. I've just merged it into v2, which will hopefully get released shortly https://github.com/laracasts/Laravel-5-Generators-Extended/pull/170

Cheers!