In this tutorial, I will show how to send email in Laravel 9 using SMTP with step by step guide. Sending an email is the core functionality of any application, Laravel also comes with drivers to send email. There are many ways you can send your email through like SMTP, Amazon SES, sendmail, Postmark, and Mailgun.
4 Comments
In this tutorial, I will show you how to create a Bootstrap 5 Auth Scaffolding in Laravel 9. Auth Scaffolding automatically creates a user registration, login, dashboard, logout, reset password and email verification with the help of Laravel UI package.
8 Comments
Today I will show you how to Install Laravel 9 on Windows 10 / 11, I will use Composer to install Laravel 9 on Windows 10 / 11.
4 Comments
A composer is a PHP dependency manager, it is a tool that is very useful to manage your application dependencies.
0 Comments