Skip to content

Commit 2764af1

Browse files
author
Jamison Valenta
committed
Add note about other way/generators potentially not being compatible
1 parent 46b3d58 commit 2764af1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You also need to point to the fork of the `way/generators` repo:
2828
}
2929
]
3030
```
31-
Note: `feature/laravel-five-stable` was forked from `way/generators` `3.0.3` and was made Laravel `5.0` ready.
31+
Note: `feature/laravel-five-stable` was forked from `way/generators` `3.0.3` and was made Laravel `5.0` ready. Jeffrey Way has discontinued support for Laravel 5, so the other `artisan generate:` commands may not have been made `5.0` compatible. Investigate the `artisan make:` commands for substitutes, contribute to Laravel to extend generation support, or fix it and submit a PR to `jamisonvalenta/feature/laravel-five-stable`.
3232

3333
## Install
3434

@@ -39,7 +39,7 @@ Edit your composer.json file to require `xethron/migrations-generator` and run `
3939
}
4040
```
4141

42-
Next, add the following service provider:
42+
Next, add the following service providers:
4343

4444
```
4545
'Way\Generators\GeneratorsServiceProvider',

0 commit comments

Comments
 (0)