Primo Committ

This commit is contained in:
paoloar77
2024-05-07 12:17:25 +02:00
commit e73d0e5113
7204 changed files with 884387 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# From v5 to v6
- All keys in the config file are now snake_cased. Rename any camelCased keys to their snake_cased counterparts.
- Make sure the structure of your config file is the same as the one that gets published by the package.
- The `health_checks` config keys now contain actual check classes. Modify your config file so it uses the actual check classes.
# From v4 to v5
The config file has been renamed. Change the name of the config file from `laravel-backup.php` to `backup.php`