Voyager
HomeGithubIssues
1.0
1.0
  • Introduction
  • Getting started
    • What is Voyager
    • Installation
    • Upgrading
      • Version 1.0 to 1.0.*
      • Version 0.11 to 1.0
    • Configurations
  • Core concepts
    • Routing
    • Media Manager
    • Menus and Menu Builder
    • Database Manager
    • BREAD Builder
    • Settings
    • Roles and Permissions
    • Helper methods
    • Multilanguage
    • Adding Custom FormFields
  • Customization
    • Overriding Views
    • Using custom HTTP controllers
    • Overriding Routes
    • Additional CSS and JS
    • Enabling Soft-Delete
  • Troubleshooting
    • Using HTTPS on yours site
Powered by GitBook
On this page
Export as PDF
  1. Customization

Overriding Views

You can override any of the BREAD views by creating a new folder in resources/views/vendor/voyager/slug-name and slug-name will be the slug that you have assigned for that table. There are 2 files that you will include in each which will be:

  • browse.blade.php

  • edit-add.blade.php

PreviousAdding Custom FormFieldsNextUsing custom HTTP controllers

Last updated 6 years ago