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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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