Show the latest record from Polymorphic relationship in Laravel February 22, 2023February 22, 2023Arvind Bhardwaj 0 This article explains how can you show the latest record from a polymorphic relationship in Laravel. You can use this trick to get the latest or oldest record from the related model.
Create Custom Form Validation Rules in Laravel – Validate using API February 21, 2023February 21, 2023Arvind Bhardwaj 0 How to create custom Form Validation Rules in Laravel. Validate form fields using third party API.