brandonde

Oct 7th, 2017 02:59 PM

Hi, I am new to PHP(asp.net developer by trade) and I was wondering where all the views are? I wanted to start modifying pages specially to start with I wanted to remove the carousel on the landing page but I can't find it. Can anyone help point me in the right direction? Thansk!

UPDATE: I found the path to the views 'public_html/application/resources/views'

mark

Oct 10th, 2017 05:48 AM

Just to let you know, those views are a part of Laravel framework, not core PHP. However Laravel will always have it located at resources/views. Geekshop uses Laravel, but it's inside the application folder. Therefor you will see your views inside application/resources/views.