Skip to content

Commit eee8923

Browse files
Update README.md
1 parent a77e274 commit eee8923

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This will allow you to painlessly execute the `php artisan schema:dump --prune`
2525
- PHP 8.2 or higher
2626
- Databases:
2727
- Sqlite 3
28-
- MySQL 5.7, 8.0, 8.1, 8.2, 8.3
28+
- MySQL 5.7, 8, 9
2929
- PostgreSQL 12, 13, 14, 15, 16
3030

3131
## Installation
@@ -67,6 +67,7 @@ return [
6767
'tables' => [
6868
// 'foo',
6969
// 'bar',
70+
// App\Models\Article::class,
7071
],
7172
],
7273
];

0 commit comments

Comments
 (0)