EasyShop---Laravel-5.3-Tutorials icon indicating copy to clipboard operation
EasyShop---Laravel-5.3-Tutorials copied to clipboard

Artisan

Open dirgareborn opened this issue 8 years ago • 4 comments

php artisan serve

but error failed to listen 127.0.0.1:8000 ?

dirgareborn avatar Oct 10 '17 08:10 dirgareborn

reason: port 8000 Address already in use

Hardeepcoder avatar Oct 10 '17 08:10 Hardeepcoder

it turns out I have to run php artisan first before running xampp.

dirgareborn avatar Oct 10 '17 09:10 dirgareborn

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 .

dirgareborn avatar Oct 10 '17 09:10 dirgareborn

i need to add isBan column in your db table

Hardeepcoder avatar Oct 12 '17 06:10 Hardeepcoder