knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.59k stars 280 forks source link

Include database-generated values on factory create #753

Closed Floppy012 closed 8 months ago

Floppy012 commented 8 months ago

When creating a model from a factory, the initial result does not contain any values generated by the database. The refresh pulls the actual values from the database, thus including the values generated by the database.