Universal link basically is to verify that your domain belongs to you so that, if the corresponding link is detected, it can be directly to specific view as required. So, […]
Gists [Nov 20, 2021]
See list of SSID and BSSID from terminal Convert all .wav file to .caf file @ July 29, 2021 Convert all .jpg with max height of 2000. Move all sub […]
How to ignore all files and folder of a folder, but not the folder itself?
Trying to ignore files and folder of a parent folder but want to upload the parent folder? Well, you are the right place ?. Let me show you how you […]
How to use composer in shared server. Easy way.
Trying to install composer in shared server? Well, you are in the right place. I have very simple approach for this. Here are the steps for you. Access to your […]
How to ignore .env file while pushing or pulling from gitlab? [Laravel]
You can simply ignore files in Laravel by mentioning file name(.env) in .gitignore file. But why you are not able to ignore .env? Curious? Well, I was too not able […]
How to remove Public from URL in Laravel? [updated @ Mar 10, 2021]
Laravel framework is awesome to use. But for beginners, it might be irritating to fix the issue where user needs to goto /public file to access newly created project. If […]