| Package Data | |
|---|---|
| Maintainer Username: | bfanger |
| Package Create Date: | 2013-10-10 |
| Package Last Update: | 2016-09-07 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-10 03:15:20 |
| Package Statistics | |
|---|---|
| Total Downloads: | 98 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Adds sledgehammer goodies to Laravel
Require this package in your composer.json and run composer update
"sledgehammer/laravel": "*"
(or run composer require sledgehammer/laravel:* directly):
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
'Sledgehammer\Laravel\SledgehammerServiceProvider',
Add DebugRMiddleware to the $middleware array in app/Http/Kernel.php 'Sledgehammer\Laravel\DebugRMiddleware'
Add @include('sledgehammer::statusbar') before the </body> and run:
artisan vendor:publish