Hits From The Blog
Laravel
Code Highlighting in Your Blog
I set up my new markdown-powered Laravel blog and decided to add code highlighting. I was pleasantly surprised at how easy it was.
Laravel
Databases on Vapor
You can share one RDS instance to run separate databases for all your Vapor sites. It's not in the docs but it works exactly the way you'd expect.
PHP
Introducing Sundial
Another Package in a Day Creation!
Try Sundial, my new natural language date / time string parser for PHP 7.4 and up.
Recent Posts
-
Parsing Natural Language Date Strings in PHPphp date time regexFriday July 3, 2020The exceptional steps I'm willing to take in an effort to avoid using javascript date pickers
-
Twitter Image Cards using Browsershot from Spatielaravel twitterTuesday May 26, 2020How I used Spatie's Browsershot to easily create Twitter image cards for my blog.
-
Running Multiple Databases on One RDS Instance with Laravel Vaporlaravel vapor mysqlMonday May 25, 2020A tiny missing piece of Laravel Vapor Documentation.
-
Parsing Mardown with Code Highlightingjavascript markdown laravelThursday May 21, 2020I wanted to add code highlighting to my new markdown-powered Laravel blog. Here's how I did it.