This tutorial will provide complete steps on how you can solve composer error exceptions by uninstalling and re-installing composer.
Ubuntu
Daily Git auto commits using cron job
Got question on how to set CRONJOB to auto git commits changes on daily basis? you might probably want to implement this for your WordPress project right or may be for some different projects or code, eventually the point is you want to secure your changes on git so that if someone hacked your server and did some […]
MySQL Database Backup and Restore from Terminal
Learn how to take MySQL database backup using terminal from server and Restore or migrate the database using terminal with mysqldump command
Automate Database Backup with Email Notifications using PHP CRON Job
How to automate database backup in php? In this tutorial I am going to provide quick guid on how to automate database backup using php script and send email notification on daily basis using cron job If you have a server where your having a website along with the database and you want to take […]
Perfect Laravel 5 Files, Folders Permission and Ownership Setup
Introduction: In this tutorial I will give you details on how you should deal with Laravel 5 files and folders permission and ownership while working on Laravel 5 project. In current area of development security is most valuable part for the application, as a developer you should be very careful while uploading projects on server […]
How to read Content from PDF and Word Document files using PHP?
How to read Content from PDF and Word Document files using PHP? I got this question while working with one of interesting PHP project so got in mind to share my solution. Basically my task was to get content from PDF or Word Document file and store into the mysql database. Here I am going […]