Testing CRON JOB on Linux server
Setting up cron is fairly straight forward but how would you know if the cron is actually working....
Read MorePosted by Suman Bhattarai | Apr 8, 2021 | Server |
Setting up cron is fairly straight forward but how would you know if the cron is actually working....
Read MorePosted by Suman Bhattarai | Feb 14, 2021 | Laravel |
To make this simple, don’t use asset() or url() helpers in Laravel config files. Using that...
Read MorePosted by Suman Bhattarai | Feb 7, 2021 | Laravel |
Error: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key...
Read MorePosted by Suman Bhattarai | Jan 7, 2021 | WordPress |
If you are running WooCommerce on WordPress for your shop and Sort is not working then check these...
Read MorePosted by Suman Bhattarai | Dec 8, 2020 | Server |
Issue: Seen while using Guzzle while using WAMP. Solution You will first need to download the...
Read MorePosted by Suman Bhattarai | Nov 11, 2020 | Server |
Problem: Need to setup SQLSRV for multiple version of PHP on dev server so that connection to SQL...
Read MorePosted by Suman Bhattarai | Oct 14, 2020 | Frontend |
DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built...
Read MorePosted by Suman Bhattarai | Oct 8, 2020 | Laravel |
In some particular case, you might want to use multiple dabase for your Laravel application. To...
Read MorePosted by Suman Bhattarai | Aug 25, 2020 | Laravel |
Traits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is...
Read MorePosted by Suman Bhattarai | Jul 14, 2020 | Laravel |
In some circumstances, you might want to check if table and/or column exists before performing any...
Read More