Skip to content

Laravel: How to implement Email verification on Signup

To configure your Laravel application for sending emails, you can update the MAIL_HOST value in your .env file. ...

Details

Laravel-Carbon: How to change timezone

1. Open the AppServiceProvider class in app/Providers/AppServiceProvider.php. 2. Add the following code in the boot method: use Illuminate\Support\Facades\Config; ...

Details

How to prevent form re submission in Laravel

Server-Side Solution: In your controller’s method (that handles input data in a form i.e; Create/Preview), you can generate ...

Details

QAD Post 2

Sema Das Milli

Details

QAD Post 1

Afrina Jalal

Details

Second test post

This is another test post.

Details

Test Post for QAD

This is a test post

Details