shahsawoodshinwari member since: Nov 09, 2023

shahsawoodshinwari's packages

  • PHP

    shaka/dynamic-update-trait

    The Dynamic Update Trait for Laravel provides a convenient way to dynamically update model attributes using magic methods. This trait allows you to update individual model attributes without explicitly defining setter methods for each attribute. It simplifies the process of updating model fields by providing a generic update method that can be called with dynamic method names.

  • PHP

    shaka/laravel-trait-generator

    A Laravel package to generate traits