php - Laravel development server doesn't work windows -
i installed laravel on computer, works fine through phpstorm, laravel commands in git command prompt, composer , php artisan ones work fine. command
php artisan serve
it gives me address doesn't work
laravel development server started: <http://127.0.0.1:8000>
if try access address, says "this site can't reached". way, i'm using chrome why may , how make work?
thank in advance.
i recommend use laragon developing laravel or php app on windows. it'll set easy use , fast development environment. have been using on year now. here: https://laragon.org/
this app specific windows users. of features include;
cmder git node.js npm ssh putty php 7 & 5.6 (easily switchable 1 click) activate/deactivate php extensions on fly xdebug composer apache mariadb/mysql phpmyadmin full lumen , laravel support auto create virtual hosts mail catcher - laragon show small window on bottom right of screen , view content of generated email mail sender - can use mail() function send mail internet , effortlessly mail analyzer: analyze happens when email sent , show helpful information make sure email configurations correct. ngrok - allows connections internet local server
this tutorial laragon , laravel 5.4: http://www.danfletcherblog.ca/2017/02/install-laravel-5-4-windows-fast-using-laragon-%e2%9c%94/
this video tutorial of post: https://youtu.be/phqodxy2azu?list=pl0nx259jjlcgqxg5kptifqq9gfoq2qgpy
Comments
Post a Comment