-
Notifications
You must be signed in to change notification settings - Fork 53
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
Artisan #1
Comments
reason: port 8000 Address already in use |
it turns out I have to run php artisan first before running xampp. |
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'isBan' in 'where
clause' (SQL: select * from `users` where `email` = [email protected] and
`isBan` = 0 limit 1)
2017-10-10 16:34 GMT+08:00 EasyCode Sardar <[email protected]>:
… reason: port 8000 Address already in use
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AU8KJ8KPwzDsdo6Qg7pt_mALNPm-7nNyks5sqywVgaJpZM4PzjBt>
.
|
i need to add isBan column in your db table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
php artisan serve
but error failed to listen 127.0.0.1:8000 ?
The text was updated successfully, but these errors were encountered: