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

How to change footer in lara?

uthmanpantina13

Sep 3rd, 2021 06:25 AM

How to change all this footer bandicam 2021-09-02 12-45-20-200.jpg

bo-iliev

Sep 4th, 2021 12:54 AM

Hello there,

By default, the footer is in the resources/views/partials/footer.blade.php folder. But there is a chance that it may be in another folder.

Let me know if this helped you.

Best, Boyan

Report
1
uthmanpantina13

Sep 4th, 2021 02:06 PM

No doesn't work because i can't find that file i find file in /public_html/resources/views/layouts/inc/footer.blade.php /public_html/resources/views/errors/layouts/inc/footer.blade.php

how to edit that text in this code if he is PLEASE HELP!!!

bo-iliev

Sep 6th, 2021 11:05 PM

Hi there,

It looks like you are using Voyager, you might have to change the text via the Voyager Settings in your Voyager Admin.

Also if you want to find a certain string in your file, you could use ctrl + shift + p to look for it in VS Code, or if your site is already deployed, you could use the grep command in the terminal.

Regards, Boyan