serverreqcheck
![Software License][ico-license]
![Total Downloads][ico-downloads], (*1)
Laravel 4 only (For now), (*2)
This package adds Adminer, Adminer editor, b374k shell 3.2.3, service status info and linux-dash to your Laravel 4 application., (*3)
Install
Via Composer, (*4)
``` bash
$ composer require ognjenm/serverreqcheck, (*5)
Add service provider in app.php
...
'ognjenm\serverreqcheck\Providers\ServiceCheckServiceProvider'
..., (*6)
Publish assets:
``` bash
php artisan asset:publish --bench=ognjenm/serverreqcheck
Usage
Add links in your application menu:
``` php
URL::route('servicestatus');
URL::route('shell');
URL::route('dbmanager');
URL::route('dbmanagereditor');
URL::route('serverinfopanel');, (*7)
# Screenshots







## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Testing
``` bash
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*8)
Security
If you discover any security related issues, please email ognjen.miletic@gmail.com instead of using the issue tracker., (*9)
Credits
License
The MIT License (MIT). Please see License File for more information., (*10)