按照4布教程,建立文章和博客表时出问题,请大家看看。

大家好,新手。正在入门中,遇到这个问题已经好几次了,无奈最基本的安装不起。 还请大家帮忙看看什么原因。

环境是win7, wampp. php5.4 mysql5.16
步骤是严格按照教程来的。一步都不差,所有的命令都是复制粘贴的。 现在是权限部分的表可以建立,但是一运行文章和博客的数据表就会报下面的错误。还请大家帮忙看看什么原因。 谢谢。
D:\xampp\web\www.la.com>php artisan migrate --package=cartalyst/sentry
**************************************
*     Application In Production!     *
**************************************

Do you really wish to run this command? yes
Migration table created successfully.
Migrated: 2012_12_06_225921_migration_cartalyst_sentry_install_users
Migrated: 2012_12_06_225929_migration_cartalyst_sentry_install_groups
Migrated: 2012_12_06_225945_migration_cartalyst_sentry_install_users_groups_pivo
t
Migrated: 2012_12_06_225988_migration_cartalyst_sentry_install_throttle

D:\xampp\web\www.la.com>php artisan migrate:make create_articles_table --create=
articles
{"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException","me
ssage":"Call to undefined method Cartalyst\\Sentry\\Facades\\Laravel\\Sentry::is
Deferred()","file":"D:\\xampp\\web\\www.la.com\\bootstrap\\compiled.php","line":
4462}}
D:\xampp\web\www.la.com>
已邀请:

xjdata

赞同来自:

晕。。。
是我自己把
'Sentry' => 'Cartalyst\Sentry\Facades\Laravel\Sentry',
放错位置了。 不好意思。

袁超 - 技术帝

赞同来自:

其实抛出的错误什么都告诉你了

要回复问题请先登录注册