EasyShop---Laravel-5.3-Tutorials
EasyShop---Laravel-5.3-Tutorials copied to clipboard
Artisan
php artisan serve
but error failed to listen 127.0.0.1:8000 ?
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 https://github.com/Hardeepcoder/EasyShop---Laravel-5.3-Tutorials/issues/1#issuecomment-335401293, or mute the thread https://github.com/notifications/unsubscribe-auth/AU8KJ8KPwzDsdo6Qg7pt_mALNPm-7nNyks5sqywVgaJpZM4PzjBt .
i need to add isBan column in your db table