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
Requires
- php: >=5.6
- appstract/lush-http: ^0.5
- illuminate/console: >=5.4
Requires (Dev)
- orchestra/testbench: ^3.3
- phpunit/phpunit: 5.*
This package is auto-updated.
Last update: 2020-04-14 13:09:58 UTC
README
This package contains some useful Artisan commands, to work with and debug Lush Http.
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.