appstract/laravel-lush-artisan

This package is abandoned and no longer maintained. No replacement package was suggested.

Artisan commands for Lush.

0.1.2 2017-12-06 22:18 UTC

This package is auto-updated.

Last update: 2020-04-14 13:09:58 UTC


README

Latest Version on Packagist Software License Total Downloads

This package contains some useful Artisan commands, to work with and debug Lush Http.

screen.png?raw=true

Installation

You can install the package via Composer:

composer require appstract/laravel-lush-artisan

Usage

Make a GET request:

php artisan lush:get <url>

Make a HEAD request:

php artisan lush:head <url>

Listen for Lush requests in your application and show useful debug info:

php artisan lush:watch

Contributing

Contributions are welcome, thanks to y'all :)

About Appstract

Appstract is a small team from The Netherlands. We create (open source) tools for webdevelopment and write about related subjects on Medium. You can follow us on Twitter, buy us a beer or support us on Patreon.

License

The MIT License (MIT). Please see License File for more information.