file_put_contents(): write of 1847 bytes failed with errno=13 Permission denied – Laravel

file_put_contents(): write of 1847 bytes failed with errno=13 Permission denied in Laravel   If you get above error, follow below steps to resolve this: 1) Change permissions of the storage directory chmod -R 777 storage 2)Run below command composer dump-autoload  

file_put_contents(): write of 1847 bytes failed with errno=13 Permission denied – Laravel Read More »

Most commonly used commands for Docker

Here is the list of most commonly used docker commands: docker –version This is used to check the version of the current installed docker. docker pull image_name This is used to pull images from the docket repository – hub.docker.com docker push image_name This is used to push an image to the docker repository at hub.docker.com

Most commonly used commands for Docker Read More »

How to change Add to Cart text for WooCommerce

How to change Add to Cart text for WooCommerce Please follow below steps to change the default “Add to Cart” text for WooCommerce Go to WordPress admin dashboard Go to Appearance Go to Theme Editor Here if you have a child theme then open functions.php file If you don’t have child theme then you can

How to change Add to Cart text for WooCommerce Read More »

How to fix Briefly Unavailable for Scheduled Maintenance in WordPress?

Briefly Unavailable for Scheduled Maintenance error in WordPress This error comes when updating plugins, themes or wordpress. In this case wordpress started an upgrade but failed to complete it. The error displays like this. This is actually not an error. Its just wordpress has put website under maintenance until the upgarde finishes. WordPress creates .maintenance

How to fix Briefly Unavailable for Scheduled Maintenance in WordPress? Read More »

Scroll to Top