Category : Technical

Install the dependencies yum install fontconfig libXrender libXext xorg-x11-fonts-Type1 xorg-x11-fonts-75dpi freetype libpng zlib libjpeg-turbo Download the RPM File wget https://github.c...
Read Article
I work as a full stack web developer and have been working remotely since the last six years. If you are new to working remote and looking to organize your desk or workspace for better productivity...
Read Article
If you are altering a table in your MySQL to add foreign key constraint, and receiving the following error ERROR 1215 (HY000): Cannot add foreign key constraint This error is very general and do...
Read Article
If you have upgraded Composer on your machine to the latest version i.e. version 2 and if you are working on the project that still uses some old packages which are dependent on Composer 1, you might...
Read Article
As I am setting up my mac, I am installing composer on the fresh setup and I decided to write a self documentation on how to setup composer on mac and this might help you as well. To make sure you...
Read Article
This tutorial gives a step by step guide on how to setup Role based authentication in Laravel along with it's native authentication system. We are using Laravel 5.5 for this tutorial. Role Based A...
Read Article
If you are looking to forward non-www pages on your domain to www. Here is what you need to do. Login to CloudFlare and go to 'Page Rules' section of your domain. If the URL matches , in t...
Read Article
Starting the solr server. You can cd to /path/to/solr-5.0.0/bin and execute the following command: ./solr -p 8983 -s /path/to/solr/home path/to/solr/home is the path where you store your ind...
Read Article