Files
laravel-data-sync/scratch.md
2024-12-11 12:58:22 +02:00

309 B

Dev

  • Check if null return from json decode (invalid JSON)
  • Check if updateOrCreate returns anything

Usage

  • Must have the columsn you are updating as fillable
  • In config, specify disk to use (string)
  • Document Forge example

Troubleshooting

  • Make sure columns are fillable in model