#laravel-5
Read more stories on Hashnode
Articles with this tag
In Laravel, there are several methods for saving data to the database. Here are the common methods used to save data: Using thesave() method on an...
Here's a general guide on how to create a forgot password API in Laravel. This involves using Laravel's built-in password reset functionality. Steps...