Answers for "how to remove artisan laravel"

PHP
3

how uninstall the laravel

composer global remove laravel/installer
Posted by: Guest on November-10-2020
0

how to clear artisan in laravel

<?php 

// how to clear artisan in Laravel
php artisan config:clear
php artisan view:clear 
php artisan cache:clear
php artisan route:clear

?>
Posted by: Guest on August-03-2021

Browse Popular Code Answers by Language