'How to redirect in php project using .htaccess file (redirect url without slash to url with slash using 301 redirect) [closed]

I want to redirect the urls in PHP as following using .htaccess file.
https://beld.onepa/bood-uddevalla -> https://beld.onepa/bood-uddevalla/
https://beld.onempa/buten-vbras/ -> https://beld.onempa/buten-vbras
How can I describe command in .htaccess



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source