Logan Schmidt
Logan Schmidt
I am running Laravel 5.2 In the README.md there is a line stating to get the base config file over to `config/slack.php` you must run `php artisan config:publish maknz/slack` however...
In the config after publishing `config/airbrake.php` and in the docs for setting up my `.env` no where can I place a "Project ID" which Airbrake is requiring. 
I'd like to see the functionality for sending and receiving HTTP requests. Something the allows for sending basic HTTP GET requests and get responses back. Eventually an abstraction for other...