Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Releases: pipe-dream/laravel-create

Foldable review tab

19 Sep 17:26
ed8c7f6
Compare
Choose a tag to compare
Merge pull request #70 from pipe-dream/foldable-files-view

added support for Cores new foldable review tab

Fixed bad paths

16 Aug 13:04
Compare
Choose a tag to compare
v0.1.1

Restored readme

Moving to the new Pipe Dream platform

16 Aug 12:32
ae83ac6
Compare
Choose a tag to compare

using repositories core and laravel-file-factory 🚀

Migration timestamp bug fix

12 Jul 10:01
Compare
Choose a tag to compare
v0.0.75

Cleanup

Nullable timestamps by default

01 Jul 14:30
7b1cd4e
Compare
Choose a tag to compare

Every column that have a datatype of timestamp will automatically have ->nullable() in their migration.

Optional soft deletes

01 Jul 09:29
8908e60
Compare
Choose a tag to compare

Example:

// This will not have softdeletes. Deletion of models will be permanent
Car
brand
color
user_id
// Identical to the above model, but Car::first()->delete() can be restored by changing the deleted_at timestamp to null
Car
softdeletes
brand
color
user_id

Thanks @septIO

Fix windows encoding issue

30 Jun 15:38
4111da6
Compare
Choose a tag to compare
Merge pull request #51 from adhikasp/bugfix/windows-parsing

Fix newline parsing when generating file in windows

v0.0.71

28 Jun 11:35
f4450c7
Compare
Choose a tag to compare
  • Templates are now publishable to allow modifications to be persisted.
  • Attributes are added to the casts array by default for better type safety.

Thanks @Joe1992w and @septIO

FileFactory fixes

26 Jun 08:13
69c6f0a
Compare
Choose a tag to compare
  • Updated unsignedBigInteger to use PHP_INT_MAX
  • Added a few faker generators that was missing

Thanks @septIO

Versioning typo fix

25 Jun 12:31
Compare
Choose a tag to compare
v0.0.69

Renamed class to intended name