Duplicate or Clone a database record with Laravel

3 years ago

Have you ever needed to duplicate a database record? Laravel provides a very handy function for this called replicate which…

PHP 8 has been released. What’s new in PHP 8?

3 years ago

PHP 8 has been released and it have some major updates. There is many new features and optimizations including union…

How to fix git error the fatal refusing to merge unrelated histories?

3 years ago

While working on a project, I tried to pull code and got git error “fatal refusing to merge unrelated histories”.…

How to install ImageMagick library and php extension on Ubuntu?

4 years ago

I was working on a symfony2 project in which I have to place watermark on images. I used ImageMagicK extension,…

How to update aws amplify auth in an application?

4 years ago

Update AWS Amplify Auth I am developing applications using ReactJs and AWS Amplify. In a project I need to update…

Install JupyterLab with Python 3 on Windows

4 years ago

JupyterLab is the web based interface for Jupyter. JupyterLab enables you to work with documents and activities such as Jupyter…

How to change AWS Amplify Authentication UI?

5 years ago

In this article, I will show you how you can change AWS Amplify Auth UI for SignUp. AWS Amplify makes…

Check if item exists in list in Python.

5 years ago

In this article we will see different ways to check if item exists in list or not. Suppose we have…

How to add or subtract from given date in python?

5 years ago

Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need…

How to enable Custom Fields in new version of WordPress?

5 years ago

WordPress has released its new version in December 2018. WordPress has updated “Screen Options” in their new version. “Screen Options”…