您好,老师,当我在命令行 php artisan generate:model page 创建模型时,
提示:
[InvalidArgumentException]
There are no commands defined in the "generate" namespace.
这个错误!!!,怎么办?
老师 ,帮帮我 ,非常感谢,,,,
JohnLui
2015-01-29 12:25
@骆oo海:way/generators 包没有安装成功。
骆oo海
2015-01-29 12:53
@JohnLui:老师,我觉得 应该是安装成功了吧,按照您给的步骤一步步走的,
因为,安装完之后,
php artisan
可以看到
key
key:generate Set the application key
骆oo海
2015-01-29 13:19
@JohnLui:老师,我是这样做的
在 composer.json 中添加
"require-dev": {
"way/generators": "~2.0"
},
然后,命令行
E:\wamp\www\laravel>composer update
Loading composer repositories with package information
Updating dependecies (including require-dev)
- installing way/generators (2.6.1)
Downloading:connection ... Downloading: 0%
Downloading:20%
Downloading:35%
Downloading:40%
Downloading:55%
Downloading:75%
Downloading:95%
Downloading:100%
Writing lock file
Generating autoload files
Generating optimized class loader
Compiling common classes
Compiling views
E:\wamp\www\laravel>
然后,在 app.php 中
'Way\Generators\GeneratorsServiceProvider',
然后在回到 命令行 ,创建模型,
就提示 我给您第一次发的 错误消息。
JohnLui
2015-01-29 14:17
@骆oo海:应该是 Way\Generators\GeneratorsServiceProvider 这一句没有放在正确的位置上。你参考我给的那个链接的文件吧。
骆oo海
2015-01-29 14:38
@JohnLui:嗯嗯,老师是我自己放错位置了,感谢老师给我解答,总之,一句话 ,万分感谢!
tsh
2015-07-23 11:03
@骆oo海:要放在什么位置啊 我也出现这个错误了
骆oo海
2015-02-03 12:13
@JohnLui:老师能给我说一下:laravel 中 Redirect::to 和 Redirect::route 的区别吗?
骆oo海
2015-02-03 16:05