Pages

01 March, 2022

Laravel artisan clear cache


    Laravel artisan clear cache


    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Coderfunda.blogspot.com</title>
    </head>
    <body>
    <?=
   

        //Laravel artisan clear cache
        php artisan cache:clear
        php artisan route:clear
        php artisan config:clear
        php artisan view:clear



        //Updated Dec 2020
        //laravel artisan clear cache
        php artisan view:clear
        php artisan cache:clear
        php artisan route:clear
        php artisan config:clear



        //laravel artisan clear cache
        php artisan view:clear
        php artisan cache:clear
        php artisan route:clear
        php artisan config:clear


        /**[SAFE] Clears all cache with 1 line!**/
        php artisan route:clear &&  
        php artisan view:clear &&
        php artisan config:clear &&
        php artisan cache:clear &&
        php artisan clear-compiled


        php artisan cache:clear
        php artisan view:clear
        php artisan route:clear
        php artisan clear-compiled
        php artisan config:cache


        //Borra la cache de laravel: Solo copia y pega.
        php artisan config:cache &&
        php artisan route:clear &&  
        php artisan view:clear &&
        php artisan config:clear &&
        php artisan cache:clear &&
        php artisan clear-compiled




    ?>
    </body>
    </html>

No comments:

Post a Comment

Thanks