Laravel: How to implement Email verification on Signup
Feb
11
2024
To configure your Laravel application for sending emails, you can update the MAIL_HOST value in your .env file. ...
DetailsLaravel-Carbon: How to change timezone
Jan
18
2024
1. Open the AppServiceProvider class in app/Providers/AppServiceProvider.php. 2. Add the following code in the boot method: use Illuminate\Support\Facades\Config; ...
DetailsHow to resolve Duplicate Record Number issue for Open Item Adjustment in QAD
Dec
01
2022
First, find out Journal ID associated with the Daybook. for each journal where journalcode = “CUSADJST”: display journal_id. ...
DetailsGit Repository Basics
Oct
07
2021
Adding repo to Github from root directory git init git add -A git commit -m ‘Added my project’ ...
DetailsHello world!
Dec
10
2020
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
Details
