File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ Begin by installing this package through Composer. Edit your project's `composer
26
26
"way/generators": "~2.0"
27
27
}
28
28
29
+ > There is no support for Laravel 5, as the framework now includes a number of generators out of the box.
30
+
29
31
Next, update Composer from the Terminal:
30
32
31
33
composer update --dev
@@ -38,16 +40,6 @@ That's it! You're all set to go. Run the `artisan` command from the Terminal to
38
40
39
41
php artisan
40
42
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
-
51
43
Next, update Composer from the Terminal:
52
44
53
45
composer update --dev
You can’t perform that action at this time.
0 commit comments