Jose Jimenez
Jose Jimenez
Software Architect & Developer
> >

Articles

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.

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

Laravel environment domain routing

When working on a Laravel project you will typically have different environments, this tutorial will show you how to manage your domains so that they work properly in any of them.