Search
 
SCRIPT & CODE EXAMPLE
 

PHP

clear composer cache

composer clearcache
//Then autoload composer
composer dump-autoload
Comment

composer remove cache

composer clearcache

#You can also use 

composer clear-cache

#which is an alias for clearcache.
 
Comment

composer clear cache

$ composer clearcache
Comment

composer require no cache

composer require VENDOR/PACKAGE --no-cache
Comment

Composer clear cache

rm -rf ~/.composer/cache
Comment

PREVIOUS NEXT
Code Example
Php :: prettier with php 
Php :: installing php on ubuntu 
Php :: cc in wp_mail 
Php :: laravel create db 
Php :: php array sort by key value 
Php :: print variable php 
Php :: PHP print — Output a string 
Php :: php shell_exec with root 
Php :: laravel folder permission 
Php :: wordpress logout 
Php :: laravel denny request by ip 
Php :: phpspreadsheet set cell by column and row 
Php :: wp_enqueue_script 
Php :: email configuration for gmail in laravel 
Php :: check if phone number is valid php 
Php :: laravel server sent events 
Php :: with in laravel 
Php :: laravel 8 foreign key 
Php :: how to create migration in laravel 
Php :: how do we calculate average in laravel 8 
Php :: dynamic base url codeigniter 
Php :: Adding data to a laravel collection 
Php :: get numbers from string php 
Php :: php get this week date range 
Php :: how to get attribute value in xml using php 
Php :: echo php 
Php :: php intval 
Php :: php week of a date 
Php :: PHP strstr — Find the first occurrence of a string 
Php :: yii2 jquery head 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =