Adds a backend admin bar to a Devflow site.
Requires Devflow Version: 1.0.0
Tested Up To: 1.0.0
Requires PHP: 8.3+
Stable Tag: 1.0.0
License: GPLv2-only
- Adds admin bar to top of site.
- Management Tab (site, plugins, users, content)
- Flush Cache
- Action hooks and filters.
- English
- Spanish
- Start a new shell session.
- In the root of your install, run the following command
composer require getdevflow/adminbar
.
- Start a shell session and navigate to
public/plugins
folder. - Run the following command:
git clone https://github.com/getdevflow/AdminBar.git adminbar
.
- Initial addition