We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i try this but get error like this:
In Connection.php line 664:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'larashop55.products' doesn't exist (SQL: select * from products)
products
every artisan command ended with that error. i've connect to mydatabase. what do i wrong.
The text was updated successfully, but these errors were encountered:
create products table in your database, make sure db config successfully ?
Sorry, something went wrong.
No branches or pull requests
i try this but get error like this:
In Connection.php line 664:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'larashop55.products' doesn't exist (SQL: select * from
products
)every artisan command ended with that error.
i've connect to mydatabase.
what do i wrong.
The text was updated successfully, but these errors were encountered: