xyj7473423

106 经验值

嗯嗯 是的呢 谢谢博主 已经解决了

E:\wamp\www\laravel\blog>php artisan tinker

Psy Shell v0.7.2 (PHP 5.5.12 鈥?cli) by Justin Hileman
>>> $article = new App\Article;
=> App\Article {#629}
>>> $article->title='sunwukong';
=> "sunwukong"
>>> $article->save()
InvalidArgumentException with message 'Unsupported driver [laravel]'
>>> $article->save();

博主你好
我在学习laravel的时候遇到一个问题 找了好久了都没搞定 不知道咋回事
帮忙看下啊 万分感激

E:\wamp\www\laravel\blog>php artisan tinker
Psy Shell v0.7.2 (PHP 5.5.12 鈥?cli) by Justin Hileman
>>> $article = new App\Article;
=> App\Article {#629}
>>> $article->title='sunwukong';
=> "sunwukong"
>>> $article->save()
InvalidArgumentException with message 'Unsupported driver [laravel]'
>>> $article->save();