DB
Search by
Email
Github
Twitter
Blog Archive
May 25, 2021
1 minute
Top counties to advertise in as a SaaS product
Over the years I've curated a list of countries that are good to target with platforms like Google Ads, for a SaaS business. Here is that list!
Read full story ->
May 14, 2021
1 minute
Laravel automatically test all your public URLs in PHPUnit
A nifty little piece of code to include in your Laravel unit tests in order to check for any random 500 errors in all your public pages.
Read full story ->
May 9, 2021
1 minute
Livewire components public property must be of type X with Pagination
When using Livewire's Paginate function you may receive errors about public properties if you have additional calls (like where) on your model.
Read full story ->
May 6, 2021
2 minutes
Integrate Commento.io Comments with Gatsby
Commento is a lightweight, privacy-first comments system (think Disqus but 15KB in size), and it's the one powering comments on this blog. This guide will help you use it on your Gatsby site.
Read full story ->
May 6, 2021
2 minutes
Minutes to read Laravel 8 Helper
Using the Str::macro function you can add additional helpers to the Laravel Str class, and we're going to add a reading time helper for your articles.
Read full story ->
May 5, 2021
1 minute
Automatically lint PHP files against multiple PHP versions on GitHub
I've made a free to use PHP action for automatically linting your pull requests against a wide variety of PHP versions. Test your code against PHP5.5 through PHP8.0.
Read full story ->
← Newer Posts
Older Posts →