Verification via OTP in Laravel, sending a one-time password
- Ahmed Shaltout
- November 7, 2021
- Laravel
- otp
- password
- verification
send your end-user 4 to 6 digits codes to verify their mobile number or verify an action such as resetting a password, log in via mobile
Read MoreHow to send email from different email addresses in Laravel
- Ahmed Shaltout
- October 26, 2021
- Laravel
- notifications
You can configure multiple emails in Laravel to send notifications from, let’s say you need to send welcome notification from no-reply@example.com and new order notification from orders@example.com, If that is what you want to do so this lesson is here for you.
Read MoreHow to force Laravel to generate HTTPS instead of HTTP for the route, URL, and asset functions.
- Ahmed Shaltout
- August 17, 2021
- connection
- http
- https
- Laravel
Your website domain starts with ‘https://’ but when you generate a URL inside your Laravel application it starts with ‘http://’ and you find the browsers give you that your connection is not secure alert.
Read MoreLaravel Secure RESTful API CRUD With Access Token tutorial
Sometimes we need to build a single-page application or we just need two applications to talk to each other for example backend Laravel app needs to communicate with the frontend Vuejs app, here comes the RESTful API solution.
Read MoreLaravel CRUD web application tutorial with Example
- Ahmed Shaltout
- July 31, 2021
- crud
- database
- Laravel
In this tutorial, I’m going to explain to you how to create a sample CRUD Laravel web application with code example from the real world for inserting, editing, showing, and delete data from the database that will put you in the start position. we use Laravel 8, so let get started.
Read More