Projects
In my free time I enjoy contributing to many open source projects on GitHub as well as a few packages of my own.
- PHP 8.1 Enums Extended Gives you the ability to use additional methods to work with PHP 8.1 Enums.
- Laravel Make Migration Pivot This will allow you to create pivot table migration files using the new Laravel 9 closure migration format by simply passing two models. Under the hood the system will inspect the two models to generate the pivot table and foreign key names.
- Laravel Slugidable A package for Laravel that creates slugs for Eloquent models based on both a title and ID