Skip to content

Commit ecad5c0

Browse files
committed
Merge branch 'develop'
2 parents 6d97fc6 + 0cc3856 commit ecad5c0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Require this package with composer using the following command:
2020
composer require zedisdog/laravel-schema-extend
2121
```
2222

23-
23+
###less than 5.5
2424
modify the alias `Schema` in `config/app.php`:
2525

2626
```php
@@ -31,6 +31,17 @@ modify the alias `Schema` in `config/app.php`:
3131
],
3232
```
3333

34+
###great than 5.5
35+
just modify use statement from
36+
```php
37+
use Illuminate\Support\Facades\Schema;
38+
```
39+
to
40+
```php
41+
use Jialeo\LaravelSchemaExtend\Schema;
42+
```
43+
in migrate files.
44+
3445
## Usage
3546

3647
```php

0 commit comments

Comments
 (0)