php - Where do I install Laravel 5? -


i in beginning phase of trying out laravel. downloaded composer , have laravel installer on web server. want create website cms using laravel 5 can solid understanding of it. trying figure out install files. docs install in directory using command: "laravel new ". little confused. wouldn't want in root directory of website creating? tried install there doesn't work.

where install files can use build cms?

basically install laravel composer, , point root of webserver /public directory.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -