Laravel Tag Helper
Posted on 31-Oct-2018Laravel Tag Helper is a package by Marcel Pociot for adding powerful HTML tag helpers to your Laravel application. As a quick example of what this package can do, it ships with a few helpers [...]
Lots of interesting stuff for the modern WEB developer.
Laravel Tag Helper is a package by Marcel Pociot for adding powerful HTML tag helpers to your Laravel application. As a quick example of what this package can do, it ships with a few helpers [...]
Working with API’s is a common task we all face and one tool that makes this is easier is the Insomnia REST client created by Gregory Schier. It’s cross-platform compatible and works on Mac, Windows, [...]
Laravel Page Speed is a package by Renato Marinho for optimizing your Laravel site automatically. Page Speed is inspired by Google’s mod_pagespeed, and providing the following options:inline_css inlines small external CSS fileselide_attributes removes unnecessary attributes [...]
What is OPcache?Every time you execute a PHP script, the script needs to be compiled to byte code. OPcache leverages a cache for this bytecode, so the next time the same script is requested, it [...]
A useful feature that shipped in Laravel 5.5 is fallback routing. You can learn about fallback routing in Better 404 responses using Laravel +5.5 by Mohamed Said (the author of the feature) to get the [...]
There are a number of situations in which it is beneficial to get a newly registered user of your site to verify their email address. We will talk about when you should include this functionality [...]
Every two weeks I send out a newsletter containing lots of interesting stuff for the modern WEB developer.