Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Releases: Naoray/laravel-factory-prefill

v1.1.1

28 Feb 09:04
4a8a4a8
Compare
Choose a tag to compare

Added

  • support for Laravel v.5.8 & 5.7
  • tests for TypeGuesser

Changed

  • has* values are now identified as boolean
  • exchange all deprecated str_* & arr_ with Str:: & Arr:: calls

v1.0.3

11 Feb 13:59
Compare
Choose a tag to compare

Added

  • possibility to generate factories for models outside the App\ namespace (#8512c1
  • basic tests

v1.0.2

04 Jan 15:54
e3532db
Compare
Choose a tag to compare

Added

  • for unique values a ->unique() method call is added on the faker instance

v1.0.1

04 Dec 16:57
362e354
Compare
Choose a tag to compare

Changed

  • use lazy() method instead of old function-callback (#
    4da49d0
    )

v1.0

23 Nov 16:00
Compare
Choose a tag to compare

Added

  • factory:prefill command to prefill factories with guessed factory data