
Walid Awad
SilverStripe Admin Toolbar
SilverStripe Admin Toolbar is a simple tool, with which a developer can easily reach the URL variable tools at the click of a mouse while working on a project. Every SilverStripe-developer probably knows the URL variable tools, like: dev/build/, ?flush=1 or ?showqueries=1. Entering the parameters into the URL or the switching between admin and frontend is quite cumbersome. Furthermore, this tool allows you to search several search engines and platforms and on the basis of Quicklinks you can access the most important SilverStripes‘ platforms (api, docs and forums).
Features:
.
- Switching between frontend and backend
- Developer tools: build, flush, show queries and show template and debug
- Quicklinks: SilverStripe-API, -Docs, -Forums and Add-ons
- Search-Form for Developer-Plattforms: SilverStripe Sites, Google,GitHub and Stackoverflow
- SilverStripe AdmingToolBar is scaleable, that means that you can adjust every developers‘ tool, quicklink and search engine in the Admin Toolbar.
Requirements
.
- SilverStripe 3.+
- jQuery
Installation::
.
- Download the SilverStripe Admin Toolbar and unzip it in SilverStripe root- directory.
- Rename the SilverStripe Admin Toolbar- directory in admintoolbar.
- Insert following lines into the file mysite/_config.php
- Director::set_environment_type('dev');
- AdminToolbar::Initial();
- Lastly call the URL dev/build/?flush=1