Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar authored Jul 10, 2024
1 parent a77e274 commit eee8923
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This will allow you to painlessly execute the `php artisan schema:dump --prune`
- PHP 8.2 or higher
- Databases:
- Sqlite 3
- MySQL 5.7, 8.0, 8.1, 8.2, 8.3
- MySQL 5.7, 8, 9
- PostgreSQL 12, 13, 14, 15, 16

## Installation
Expand Down Expand Up @@ -67,6 +67,7 @@ return [
'tables' => [
// 'foo',
// 'bar',
// App\Models\Article::class,
],
],
];
Expand Down

0 comments on commit eee8923

Please sign in to comment.