We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd6599 commit 77fba7fCopy full SHA for 77fba7f
README.md
@@ -81,7 +81,7 @@ Schema::create('addresses', function (Blueprint $table) {
81
```
82
### For Laravel 11 and Above Versions
83
84
-Some changes have been made. Here's how the code should be used for these versions:
+From Laravel 11 onwards, migrations are created as follows:
85
86
```php
87
use Illuminate\Database\Migrations\Migration;
0 commit comments