Skip to content

Commit bafd4f8

Browse files
committed
Update readme.md
1 parent 457228d commit bafd4f8

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

readme.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Begin by installing this package through Composer. Edit your project's `composer
2626
"way/generators": "~2.0"
2727
}
2828

29+
> There is no support for Laravel 5, as the framework now includes a number of generators out of the box.
30+
2931
Next, update Composer from the Terminal:
3032

3133
composer update --dev
@@ -38,16 +40,6 @@ That's it! You're all set to go. Run the `artisan` command from the Terminal to
3840

3941
php artisan
4042

41-
## Laravel 5.0 and Above
42-
43-
Begin by installing this package through Composer. Edit your project's `composer.json` file to require `way/generators`.
44-
45-
"require-dev": {
46-
"way/generators": "~3.0"
47-
}
48-
49-
> Version 3 of these generators works with Laravel 5.0 and higher, due to the new default folder structure in Laravel.
50-
5143
Next, update Composer from the Terminal:
5244

5345
composer update --dev

0 commit comments

Comments
 (0)