Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/975l/toolbarbundle
Bundle to add a common toolbar to products developed by 975L.com
https://github.com/975l/toolbarbundle
symfony symfony-bundle toolbar
Last synced: about 1 month ago
JSON representation
Bundle to add a common toolbar to products developed by 975L.com
- Host: GitHub
- URL: https://github.com/975l/toolbarbundle
- Owner: 975L
- License: mit
- Created: 2018-02-04T09:12:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T16:44:27.000Z (10 months ago)
- Last Synced: 2024-10-01T15:28:06.750Z (about 2 months ago)
- Topics: symfony, symfony-bundle, toolbar
- Language: PHP
- Homepage: https://975l.com/en/pages/toolbar-bundle
- Size: 12.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ToolbarBundle
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
### Step 1: Download the Bundle
Use [Composer](https://getcomposer.org) to install the library
```bash
composer require c975l/toolbar-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:
```php
renderView('LOCATION_OF_YOUR_TEMPLATE_DEFINED_ABOVE', array(
'type' => 'YOUR_TYPE',
'object' => YOUR_OBJECT_IF_NEEDED,
));
$toolbar = $this->renderView('@c975LToolbar/toolbar.html.twig', array(
'tools' => $tools,
'size' => 'YOUR_SIZE',
'alignment' => 'YOUR_ALIGNMENT',
));
```If this project **help you to reduce time to develop**, you can sponsor me via the "Sponsor" button at the top :)