appstract / laravel-lush-artisan
Artisan commands for Lush.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/appstract/laravel-lush-artisan
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.