Posts Tagged "php"

Guzzle 5 or 6 or ????

June 17th, 2022

Sometimes Guzzle can be a real pain to use in an library. You choose 5.x and then some other library needed 6.x and heck you really did not care either way.

One...

Pusher and PHP Error Failed to connect to Pusher

June 17th, 2022

Note to self. Getting this error "Error Failed to connect to Pusher" but the front end is working. And you know your credentials are correct, AND it was working...

Super Simple Sending Messages to Slack from Laravel

June 17th, 2022

Laravel 5.3 has this feature. But for those not using that version or who just want to see how easy this is, I will show here how I been doing this for some time...

Instantiate Request for Testing

June 17th, 2022

When I need to make a request for a test in which the Class is expecting a \Illuminate\Http\Request I can do this for a file based or non file based...