Download the PHP package sledgehammer/laravel without Composer
On this page you can find all versions of the php package sledgehammer/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sledgehammer/laravel
More information about sledgehammer/laravel
Files in sledgehammer/laravel
Download sledgehammer/laravel
More information about sledgehammer/laravel
Files in sledgehammer/laravel
Vendor sledgehammer
Package laravel
Short Description Use the Sledgehammer Framework as a library in a Laravel project
License MIT
Homepage http://sledgehammer.github.com/
Package laravel
Short Description Use the Sledgehammer Framework as a library in a Laravel project
License MIT
Homepage http://sledgehammer.github.com/
Please rate this library. Is it a good library?
Informations about the package laravel
Sledgehammer Laravel
Adds sledgehammer goodies to Laravel
- statusbar
- debug ajax calls with DebugR
- Sledgehammer\dump()
- Curl
Installation
Require this package in your composer.json and run composer update
(or run composer require sledgehammer/laravel:*
directly):
After updating composer, add the ServiceProvider to the providers array in app/config/app.php
Add DebugRMiddleware to the $middleware array in app/Http/Kernel.php 'Sledgehammer\Laravel\DebugRMiddleware'
Statusbar
Add @include('sledgehammer::statusbar')
before the </body>
and run:
All versions of laravel with dependencies
PHP Build Version
Package Version
The package sledgehammer/laravel contains the following files
Loading the files please wait ....