davidtrushkov / store

A ecommerce store using Laravel 5.2
87 stars 62 forks source link

Installation? #7

Closed Arnau3ip closed 8 years ago

Arnau3ip commented 8 years ago

Hello,

I've downloaded your package through git, and after following your instructions , all i see when i start the app is the folder structure inside /public. I use a vhost pointing there, and i had no problems with other laravel projects. Am i missing something?

Thanks.

davidtrushkov commented 8 years ago

Dont really know what to tell you here. All I know is when I did that project, I moved all the contents of the public folder outside of app/. Probably wasn't the best idea.

Arnau3ip commented 8 years ago

It has to point to the root of the project, i forgot to say.

Thanks.