Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database [database] not configured #89

Closed
edwinencomienda opened this issue Nov 23, 2018 · 1 comment
Closed

Database [database] not configured #89

edwinencomienda opened this issue Nov 23, 2018 · 1 comment

Comments

@edwinencomienda
Copy link

I have configured my env. file correctly and

DB_DATABASE=database
DB_USERNAME=root
DB_PASSWORD=

WINK_DB_CONNECTION=database

run php artisan config:cache & php artisan config:clear same results.

but when i run the command

php artisan migrate
Migrating: 2014_10_12_000000_create_users_table
Migrated:  2014_10_12_000000_create_users_table
Migrating: 2014_10_12_100000_create_password_resets_table
Migrated:  2014_10_12_100000_create_password_resets_table
Migrating: 2018_10_30_000000_create_tables
Migrated:  2018_10_30_000000_create_tables
Migrating: 2018_11_16_000000_add_meta_fields
Migrated:  2018_11_16_000000_add_meta_fields

wink tables seems migrating. but when navigating to the wink route giving the same error?

@edwinencomienda
Copy link
Author

okay close i sorry for disturbance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant