[FIXED] Laravel: SQLite doesn’t support multiple calls to dropColumn / renameColumn in a single modification
Got this error while trying to run tests using in memory SQLite database. Here is what my previous...
Read MorePosted by Suman Bhattarai | May 10, 2023 | Web Development |
Got this error while trying to run tests using in memory SQLite database. Here is what my previous...
Read MorePosted by Suman Bhattarai | Dec 8, 2022 | Web Development |
I am happy to announce that I have released PRO version of Send Users Email plugin for WordPress....
Read MorePosted by Suman Bhattarai | Jul 30, 2022 | PHP |
Use this function to download file from file link using PHP. function...
Read MorePosted by Suman Bhattarai | Jun 9, 2022 | PHP |
Here is a mapping of mime type to extension for images in PHP array $mimes = [...
Read MorePosted by Suman Bhattarai | Mar 22, 2022 | Server |
Problem: I was working on my local machine where I had to setup my system to receive...
Read MorePosted by Suman Bhattarai | Jan 17, 2022 | Laravel |
Changing other field types in Laravel in migration is a really simple task but modifying existing...
Read MorePosted by Suman Bhattarai | Jan 5, 2022 | Server |
I am assuming that you have already installed latest version of WAMP in your system. Download...
Read MorePosted by Suman Bhattarai | Dec 23, 2021 | Server |
Error: The service ‘wampapache64’ is not started The possible cause of this error is...
Read MorePosted by Suman Bhattarai | Jun 22, 2021 | Laravel |
In this post we will learn how to add a CSV export feature in Laravel project. We will export data...
Read MorePosted by Suman Bhattarai | May 27, 2021 | Laravel |
If you want to test if email configs are working correctly, you can try sending email using...
Read More