Sqids is a revised version of Hashids; lets explore using it to obfuscate model Ids in Laravel.
Laravel PHP
Read More
Asset versioning helps us ensure that browsers will always use the latest version of our compiled assets when they visit our site. Let's take a look at a strategy for asset versioning in Laravel.
Blade Laravel
Read More
Let's explore an alternate strategy for compiling front-end assets that is particularly well suited to working with TALL stack applications.
NPM PostCSS
Read More
Git hooks are a powerful tool that can be leveraged for many uses. Let's examine how we can use the 'pre-commit' hook to run code formatting tools automatically.
Docker Git
Read More
Servers provisioned by Laravel Forge can be used for almost anything. Let's take a look at hosting an Elixir application on a server managed by Forge.
Elixir Laravel Forge
Read More