我正在尝试在我新安装的laravel 5.5上安装voyager软件包,但我仍然保留着这个错误
(php 7.0.22,mysql版本14.14 Distrib 5.7.19,在ubuntu上)
jack@jo:~/Desktop/laravel$ php artisan voyager:install --with-dummy
Setting up the hooks
Hooks are now ready to use! Go ahead and try to "php artisan hook:install test-hook"
Publishing the Voyager assets, database, language, and config files
Copied Directory [/vendor/tcg/voyager/publishable/assets] To [/public/vendor/tcg/voyager/assets]
Copied Directory [/vendor/tcg/voyager/publishable/database/migrations] To [/database/migrations]
Copied Directory [/vendor/tcg/voyager/publishable/database/seeds] To [/database/seeds]
Copied Directory [/vendor/tcg/voyager/publishable/demo_content] To [/storage/app/public]
Copied Directory [/vendor/tcg/voyager/publishable/lang] To [/resources/lang]
Publishing complete.
Publishing complete.
Migrating the database tables into your application
Migration table created successfully.
[ErrorException]
Undefined index: index_type有没有人知道出了什么问题?
发布于 2017-10-14 16:40:04
我以前没有在这个项目上写过任何代码,我只是通过composer create-project laravel/laravel voyager命令创建了一个新的代码,然后我运行了composer require tcg/voyager作为那里的介绍https://github.com/the-control-group/voyager我设置了我新创建的项目,然后我运行了php artisan voyager:install,但没有工作
https://stackoverflow.com/questions/46716282
复制相似问题