getdevflow/adminbar

Adds a backend admin bar to a Devflow site.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:devflow-plugin

v1.0.0 2024-12-12 22:42 UTC

This package is auto-updated.

Last update: 2024-12-12 22:43:48 UTC


README

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

Features

  • Adds admin bar to top of site.
  • Management Tab (site, plugins, users, content)
  • Flush Cache
  • Action hooks and filters.

Localization

  • English
  • Spanish

Composer Installation (Recommended for Devflow version 1.1.0 +)

  1. Start a new shell session.
  2. In the root of your install, run the following command composer require getdevflow/adminbar.

Git Clone Installation (Recommended for Devflow version 1.0.0)

  1. Start a shell session and navigate to public/plugins folder.
  2. Run the following command: git clone https://github.com/getdevflow/AdminBar.git adminbar.

Changelog

1.0.0

  • Initial addition