Skip to content

Commit 77fba7f

Browse files
Update README.md
1 parent 8bd6599 commit 77fba7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Schema::create('addresses', function (Blueprint $table) {
8181
```
8282
### For Laravel 11 and Above Versions
8383

84-
Some changes have been made. Here's how the code should be used for these versions:
84+
From Laravel 11 onwards, migrations are created as follows:
8585

8686
```php
8787
use Illuminate\Database\Migrations\Migration;

0 commit comments

Comments
 (0)