PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Remove Carousel

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.