Part 11 - Customizing the laravel landing page..

Опубликовано: 05 Октябрь 2024
на канале: Leo Paliuanan
556
3

Topic: LARAVEL PROJECT (E-SHOP) CAPSTONE PROJECT

Part 11 - Customizing the laravel landing page..

landing page is same as the homepage of every website
it is the first page being loaded by any webserver everytime we visit a website

landing page is different from a dashboard
dashboard comes after we logged in to a website

so lets start...

currently, our landing page is still a laravel
so we will attempt to change it with what ever we have to change it with our personalized landing page for our project..

1 - go to resources - views - welcome.blade.php
we will remove the contents of our current landing starting from the body element

note we need to leave the section where it has the login and registration



2- lets create a simple design for our landing page
goto w3schools.com - bootstrap 3
goto themes - company