Articles
Installing local composer packages
Learn how to install composer packages locally, great for easy development during local package development.
Connecting to Laravel Homestead Redis using TablePlus
After you have completed provisioning Homestead, you can connect to Redis using TablePlus using the following configuration.
Package to make Laravel 9 closure pivot tables
Introduction into a new package to make Laravel 9 migration pivot tables utilizing the new closure method.
Optimize Laravel Applications for production
Learn to optimize your Laravel application in production, allowing it to run as fast and efficiently as possible.
Using PHP 8.1 Enums in Laravel Models
The release of PHP 8.1 brings proper built-in support for Enums, proper cast support was also added in a pull request for Laravel 8. In this tutorial we will go over how to add Enums in Laravel Models.
Define your own Laravel 7 Custom Eloquent Casts
Declare your own Eloquent cast types to easily store small amounts of data, and easily return your data in a standardized format.
Laravel Get All Morphs for a Many To Many Polymorphic Relationship
In Laravel learn how to get all morphs for a Many To Many Polymorphic Relationship.
Replace password reset email in Laravel 5.6
I saw a few posts from people asking how to change the default reset password email contents in Laravel 5.6. This method will simply overwrite one method in Authenticatable.
High Sierra Vagrant Issues
I recently upgraded to High Sierra against my better judgement and started running into several issues with duplicate and missing files from my NFS Vagrant Mount. I run Laravel Homestead, however the issue affects High Sierra Vagrant NFS mounts
Forcing non-SSL routes and redirects in Laravel
If you have SSL configured on your server, and you want to force non-ssl routes to be configured and redirected properly