laravel-email-change-confirmation
by milenmk
A Laravel package for secure email change confirmation with support for both traditional controllers and Livewire components
laravel-model-abstractor
by dominikstyp
Makes AbstractModel inside app/models directory, changes make:model command to generate models which inherit from AbstractModel, and provides php artisan command to move your existing models to app/models directory and change their inheritance to AbstractModel. Thanks to that all your models will inherit from your custom class.