Subcategory: Dev Tools

How To Recursively Remove .DS_Store Files On Mac OS

If you are a theme developer and wanna submit your theme to WordPress.org theme repository then of course you must have remove all  .DS_Store file from your theme directory. In ord... Read more

#mac-tools #remove-hidden-file #ds-store

How To Solve - You Dont Have Permission To Upload Files In KCFinder ?

When we work with CKEditor , kit somrtimes show this error you dont have permission to upload files in KCFinder ? In this tutorial we will learn how to fix this issue. I was working on... Read more

#ckeditor #kcfinder #error

Getting Started With Git And GitHub | Complete Beginner's Guide

Hello developers, in this tutorial i am going to discuss about git. So in this git tutorial i will explain step by step why do you need git and github and how to set up git in your machine with S... Read more

#setup-github #git #ssh-keys #configure-git #start-a-new-git-repository

PSR-4 Tutorial | Autoloading Your PHP Files Using Composer

This PSR describes a specification for autoloading classes from file paths. It is fully interoperable, and can be used in addition to any other autoloading specification, including PSR-... Read more

#psr-4 #psr4 #composer #composer-autoloader #composer-setup

How To Add CKEditor In Your Vue App

In this tutorial i am going to show you that how we can add WYSIWYG editor or ckeditor in our vue js project. You can also add it in your laravel vue js project. After completing this tutorial yo... Read more

#ckeditor #wysiwyg

How To Redirect Example.com To Www.example.com

In this tutorial i am going to show you how to redirect example.com to www.example.com. It is very important to redirect your website to example.com towww.example.com.  For exam... Read more

#htaccess #redirect-to #www-to-non-www #non-www-to-www

How To Disable Mouse Right Click Cut Copy Paste Using JQuery

Hello devs in this tutorial i will show you how we can disable cut copy paste in a web application. Sometimes you need to prevent copy from your website content. So in this example tutorial i will sho... Read more

#jquery #javascript

Laravel Inventory Management Software With POS

Are you looking for a point of sale system in laravel, then my personal product stocksheet can help you. See the demo from below link and if you want to by then contact me. Demo link: Inventor... Read more

#pos #inventory-management #retail-pos-software #retail-software

Some Necessary Linux Command Example

Hello, in this linux commands tutorial i will discuss about some basic linux command which i think every user should know. If you are a developer then it is must needed thing that need to know ab... Read more

#linux-command #bash-command #unix-command

Error: Npm Install Cannot Find Module 'semver' (Solved)

I am debian 10 buster user. Today I've faced an error when i was going to run npm command after upgrading node js from 10 to 14. That error was Npm install cannot find module 'semver'... Read more

#npm #errors #nvm