10th Feb 2025 • David Carr Consistent API error handling in Laravel In API development, providing clear and structured error responses is crucial for a seamless develop... Read more
27th May 2024 • David Carr Customize Your Hashnode Blog Frontend with Headless Frontend and Laravel The first focus is using [Hashnode's API](https://hashnode.com/headless) to pull in your posts and p... Read more
11th Sep 2021 • David Carr Create Bitly short links with PHP Bitly is a great tool for creating short links, in this post we will use their API to generate links... Read more
29th Feb 2020 • David Carr Laravel API change unauthenticated message When making API calls to Laravel when a user who is not authenticated makes a call a 401 status... Read more
29th Feb 2020 • David Carr Laravel returns 302 for unauthenticated calls I've started to secure API calls with Laravel Airlock, when calling a route that's been secu... Read more
16th Aug 2018 • David Carr Microsoft Graph API access is denied. check credentials and try again When working with Microsoft Graph API I came across this error Access is denied. Check credenti... Read more
28th Oct 2016 • David Carr Post to Slack using the incoming webhooks API Slack is a great tool for teams I use it to communicate with the rest of my team, recently I’v... Read more