Download the PHP package attargah/admin-bar without Composer

On this page you can find all versions of the php package attargah/admin-bar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package admin-bar

Admin Bar

Admin Bar is a Laravel package built for Filament that displays a fixed admin bar on the frontend of your site when a user is logged in. This bar provides quick access to the Filament panel and can be easily integrated into various projects with its customizable structure.


๐Ÿ”ง Features


โš™๏ธ Requirements


๐Ÿš€ Installation


๐Ÿ“ฆ Publishing (Optional)

To publish the default files:


๐Ÿงน Usage

Add the plugin to your AdminPanelProvider:


๐ŸŽจ Customization

If a logo is defined, the title will not be shown.
If both the logo and title are not defined, the default text Admin Panel will be displayed.
All customizations are using TailwindCSS classes.


๐Ÿงฑ Blade Component Usage

Add the following to the Blade file where you want the admin bar to appear:

This component needs Tailwind CSS to look correct on your page.
The bar will only appear for authenticated users.
To customize further, you can publish and modify the resources/views/components/admin-bar.blade.php file.


๐Ÿ”Œ Render Hook Points

To extend the admin bar, use the following render hook points:

Hook Point Description
BEFORE_TITLE Before the title
AFTER_TITLE After the title
BEFORE_AUTH_MENU Before the auth user menu
AFTER_AUTH_MENU After the auth user menu
BEFORE_AUTH_MENU_ITEMS Before the menu items
AFTER_AUTH_MENU_ITEMS After the menu items
BETWEEN_AUTH_MENU_ITEMS Between each menu item

Example: Adding a new item to the auth menu

For more, check out the Filament Render Hooks documentation.


๐ŸŒ Translations

To customize translations, publish the resources/lang/en/admin-bar.php file:


๐Ÿ“„ License

This project is licensed under the MIT license.


๐Ÿค Contributing

Visit our GitHub page for pull requests and bug reports:
๐Ÿ‘‰ https://github.com/attargah/admin-bar


All versions of admin-bar with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
filament/filament Version ^3.0|^4.0
spatie/laravel-package-tools Version ^1.15.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package attargah/admin-bar contains the following files

Loading the files please wait ....