How to Uninstall/Remove Package in Laravel?
composer remove VenderName/PackageName – The remove command removes packages from the composer.json file from the current directory. Syntax :- composer […]
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
composer remove VenderName/PackageName – The remove command removes packages from the composer.json file from the current directory. Syntax :- composer […]
composer require VendorName/PackageName – This command installs a package and any packages that it depends on. syntax example composer require […]
Manually Creating composer.json file You have to create a composer.joson file and write JSON code yourself with the required properties. […]
Execution Mode – Local Write a Ansible Adhoc Commands to create a group called “deploy” Write a Ansible Adhoc Commands […]
rajeshkumar created the topic: Delete files and folder using batch commands… del /s /q bin – deletes all files recursively […]
rajeshkumar created the topic: Use of p4 change commands Updating changelist number p4 change To View the changelist info p4 […]
Starting Nagios Core Init Script: The easiest way to start the Nagios Core daemon is by using the init script […]
You can find the memory used by a program (process) by looking into /proc directory or using standard command such […]
If you are using SMP (Multiple CPU) system, use mpstat command to display the utilization of each CPU individually. mpstat […]
iostat command is a command that used for monitoring system input/output device loading by observing the time the devices are […]