3 Simple Alpine.js Tips and Tricks
Here are 3 simple Alpine.js tips and tricks that you can start applying and using in your Alpine.js components right now!
Published 14 hours agoOr more accurately, word dumps.
Here are 3 simple Alpine.js tips and tricks that you can start applying and using in your Alpine.js components right now!
Published 14 hours agoHere are 5 simple Laravel tips and tricks that you can start applying and using in your Laravel applications right now!
Published 1 day ago | Updated 1 day agoOut of the box, Highlight.php doesn't support Laravel Blade templates. I'll show you how to register a custom syntax so that you can start highlighting your Blade content.
Published 1 week ago | Updated 1 week agoTesting emails can be a pain. Luckily, there are plenty of tools out there that can make the process a lot easier. Let me show you how to setup MailHog, a local development tool for testing emails.
Published 1 week ago | Updated 1 week agoLet's take a look at how you can extend the CommonMark converter to make working with links easier and allow you to strikethrough text.
Published 2 months agoMarkdown is a great way of making notes, writing articles and generally managing content. Let's take a look at how quickly you can begin using Markdown in your PHP applications.
Published 2 months ago | Updated 2 months agoLearn how to build a remaining character counter in Alpine.js using only a few lines of code.
Published 2 months ago | Updated 2 months agoSometimes your controllers can get rather large, especially if you have lots of conditions and data formatting. Have you ever considered moving some of that complexity out into a dedicated response class?
Published 2 months ago | Updated 2 months agoHave you ever used a service provider to set a default value for a third-party library? Have you ever done this based on the current request or URL? Have you ever considered doing this inside of middleware instead?
Published 3 months ago | Updated 3 months ago