PHPackages                             badabingbreda/savvy-panel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. badabingbreda/savvy-panel

ActiveLibrary[Admin Panels](/categories/admin)

badabingbreda/savvy-panel
=========================

Create WordPress Dashboard Panels and controls

0.0.3(1y ago)035MITPHP

Since Aug 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/badabingbreda/savvy-panel)[ Packagist](https://packagist.org/packages/badabingbreda/savvy-panel)[ RSS](/packages/badabingbreda-savvy-panel/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (4)Used By (0)

SavvyPanel
==========

[](#savvypanel)

SavvyPanel is a helper library to create more compelling setttings dashboards using tabs, sections and controls.

Include the library by adding it via composer:

```
composer require badabingbreda/savvy-panel dev-main

```

It assumes a dashboard panel is added using a plugin, the constant `SAVVYPANEL_URL` will automatically be created if not defined early. Set this constant yourself to the right location if loading in another location.

Adding Dashboard
----------------

[](#adding-dashboard)

Make sure to autoload the `vendor/autoload.php` file after installing the composer packages.

```
