Skip to content

Commit

Permalink
add how to publish the mobile headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Jul 15, 2024
1 parent e31eef3 commit 96fbacf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 6.x/base-how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,18 @@ Starting with Backpack v6, we have multiple themes. Each theme provides some con

Please take a look at your theme's config file or README on Github, to see what you can change and how.

<a name="publish-mobile-and-favicon-headers-and-assets"></a>
### Publish mobile and favicon headers and assets

A very common use case is that your users bookmark or add your admin panel to their home screen on their mobile devices. In order to make that experience better, you can publish the mobile and favicon headers and assets. You can do that by running:

```bash
php artisan backpack:publish-header-metas
```

This will ask you a few questions and then publish the necessary files. You can then customize them as you please to fit your branding.
Files that already exist will not be replaced, so if you want to re-publish Backpack files you need to delete the already published first.


<a name="create-a-new-theme"></a>
### Create a new theme / child theme
Expand Down

0 comments on commit 96fbacf

Please sign in to comment.