Closed ghost closed 6 years ago
@fletch3555 I think that this issue can be closed, because the user has deleted his account and there has been no activity since 14 Oct 2017.
This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.
Description:
hi guys, i m a newbie. i m getting undefined index error when i try to install voyager package on my fresh laravel 5.5 installation. i tried both of laravel 5.5 and laravel 5.4 but when i run
php artisan:voyager
command i m gettingundefined index
error.Steps To Reproduce:
here are my steps
composer create-project laravel/laravel project
cd project
chmod -R 777 /vendor /storage
i know it is not best waycomposer require tcg/voyager
--created a new db by phpmyadmin named projectdb, --set up .env file by my credentialsphp artisan voyager:install
and output is`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 File [/vendor/tcg/voyager/publishable/config/voyager.php] To [/config/voyager.php] Copied Directory [/vendor/tcg/voyager/publishable/lang] To [/resources/lang] Publishing complete. Copied File [/vendor/intervention/image/src/config/config.php] To [/config/image.php] Publishing complete. Migrating the database tables into your application Migration table created successfully.
[ErrorException]
Undefined index: index_type`
any idea about what is wrong?