How to run site on laravel -
i have installed wamp, installed composer. in cmd writed command:
composer global require laravel/installer
laravel installer installed. go folder c:/wamp/www
cmd , writed command:
laravel new blog
has appeared folder blog these content: , open main page of site in browser?
point wamp web server public
folder of laravel project. find httpd.conf
, change folders this:
documentroot "c:/wamp/www/public" <directory "c:/wamp/www/public">
restart apache , run localhost
in browser. if ok, you'll see laravel start page.
Comments
Post a Comment