PHPackages                             c975l/toolbar-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. c975l/toolbar-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

c975l/toolbar-bundle
====================

Bundle to add a common toolbar to products developed by 975L.com

v3.1(1y ago)179510MITPHPPHP &gt;=8.0

Since Feb 4Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/975L/ToolbarBundle)[ Packagist](https://packagist.org/packages/c975l/toolbar-bundle)[ Docs](https://github.com/975L/ToolbarBundle)[ Fund](https://buymeacoff.ee/laurentmarquet)[ Fund](https://opencollective.com/laurent-marquet)[ RSS](/packages/c975l-toolbar-bundle/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (75)Used By (10)

ToolbarBundle
=============

[](#toolbarbundle)

**\[This bundle is now DEPRECATED**

ToolbarBundle does the following:

- Displays a toolbar,
- Includes generic tools,
- Integrates with your web design.

This Bundle relies on the use of [Bootstrap](http://getbootstrap.com/) and [Fontawesome](https://fontawesome.com).

[ToolbarBundle dedicated web page](https://975l.com/en/pages/toolbar-bundle).

[ToolbarBundle API documentation](https://975l.com/apidoc/c975L/ToolbarBundle.html).

Bundle installation
-------------------

[](#bundle-installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Use [Composer](https://getcomposer.org) to install the library

```
    composer require c975l/toolbar-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundles by adding them to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
