We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e700ad4 commit 2843eb4Copy full SHA for 2843eb4
README.md
@@ -226,7 +226,7 @@ Or `set multiple metas and columns` at once:
226
```php
227
...
228
$post->setAttributes([
229
- 'name' => 'hello world'; // model attribute
+ 'name' => 'hello world', // model attribute
230
'content' => 'Some content here',
231
'views' => 1,
232
]);
composer.json
@@ -22,9 +22,9 @@
22
],
23
"require": {
24
"php": ">=7.3",
25
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
26
- "illuminate/database": "^8.0|^9.0|^10.0|^11.0",
27
- "illuminate/events": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0",
+ "illuminate/events": "^8.0|^9.0|^10.0|^11.0|^12.0",
28
"ext-json": "*"
29
},
30
"autoload": {
0 commit comments