You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor image field and update PHP version requirements.
Renamed the `image` field to `feature_image` in seeders and factories for improved clarity. Updated `composer.json` to drop support for PHP 8.1, ensuring compatibility with newer versions.
* Update image field and add slug to fillable array
Renamed `image` to `feature_image` for better clarity and added `slug` to the fillable attributes. Adjusted the `getDynamicSEOData` method to reflect these changes. This ensures alignment between database fields and application logic.
0 commit comments