Bump php to ^8.0, add tooling, linting, fixes

This commit is contained in:
Ismo Vuorinen
2024-12-11 12:58:22 +02:00
parent e12085be2c
commit aec5ec026a
30 changed files with 4467 additions and 2018 deletions

View File

@@ -1,12 +1,14 @@
# Dev
- Check if null return from json decode (invalid JSON)
- Check if updateOrCreate returns anything
- 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
- 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
- Make sure columns are fillable in model