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...
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...
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...
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...
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...
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...
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...