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: enter image description here , 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

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -