Como borrar caché manualmente en LaravelSimpleXMLElement Object
(
[id] => tag:blogger.com,1999:blog-8246563334316782929.post-3360104191308423324
[published] => 2024-08-29T19:37:00.002-04:00
[updated] => 2024-08-29T19:37:16.588-04:00
[category] => SimpleXMLElement Object
(
[@attributes] => Array
(
[scheme] => http://www.blogger.com/atom/ns#
[term] => Laravel
)
)
[title] => Como borrar caché manualmente en Laravel
[content] =>
En ocasiones suele suceder que se configura el archivo .env y nuestro servidor no se entera que se cambió la configuracion. Una de las posibles soluciones es borrar la caché y limpiar configuración. En un entorno local es sencillo, porque puedes utilizar la consola, y con solo ejecutar:
php artisan config:clear
php artisan config:cache
php artisan cache:clear
php artisan route:clear
Pero suele suceder que cuando haces un despliegue en un hosting compartido, por "Razones de seguridad" o cualquier razón no te permita ejecutar comandos desde Artisan.
Esta alternativa te permite ejecutar cualquier comando que se encuentre registrado en la lista de comandos y con solo acceder a la ruta /clear-cache podrás ejecutarlos sin problemas.
1 2 3 4 5 6 | Route::get( '/clear-cache' , function () {
echo Artisan::call( 'config:clear' );
echo Artisan::call( 'config:cache' );
echo Artisan::call( 'cache:clear' );
echo Artisan::call( 'route:clear' );
});
|
Después de limpiar caché, no olvides comentar o eliminar la ruta recien creada.
Muchas gracias por leer este pequeño ejemplo y espero haberte ayudado. Si tienes alguna pregunta o sugerencia, no dudes en dejarla en los comentarios, me gustaría saber tu opinión.
[link] => Array
(
[0] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => replies
[type] => application/atom+xml
[href] => https://www.cristiancisternas.cl/feeds/3360104191308423324/comments/default
[title] => Comentarios de la entrada
)
)
[1] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => replies
[type] => text/html
[href] => https://www.cristiancisternas.cl/2024/08/como-borrar-cache-manualmente-en-laravel.html#comment-form
[title] => 0 Comentarios
)
)
[2] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => edit
[type] => application/atom+xml
[href] => https://www.blogger.com/feeds/8246563334316782929/posts/default/3360104191308423324
)
)
[3] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => self
[type] => application/atom+xml
[href] => https://www.blogger.com/feeds/8246563334316782929/posts/default/3360104191308423324
)
)
[4] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => alternate
[type] => text/html
[href] => https://www.cristiancisternas.cl/2024/08/como-borrar-cache-manualmente-en-laravel.html
[title] => Como borrar caché manualmente en Laravel
)
)
)
[author] => SimpleXMLElement Object
(
[name] => Cristian Cisternas
[uri] => http://www.blogger.com/profile/07622463795239007234
[email] => noreply@blogger.com
)
)
1
SimpleXMLElement Object
(
[0] => https://www.cristiancisternas.cl/2024/08/como-borrar-cache-manualmente-en-laravel.html#comment-form
)
1
SimpleXMLElement Object
(
[0] => https://www.cristiancisternas.cl/2024/08/como-borrar-cache-manualmente-en-laravel.html
)
1
Cómo hacer que el icono de tu web aparezca al lado del enlace cuando alguien lo envíe por WhatsAppSimpleXMLElement Object
(
[id] => tag:blogger.com,1999:blog-8246563334316782929.post-4397857963716733272
[published] => 2024-07-09T12:14:00.001-04:00
[updated] => 2024-07-09T12:14:24.769-04:00
[category] => SimpleXMLElement Object
(
[@attributes] => Array
(
[scheme] => http://www.blogger.com/atom/ns#
[term] => WhatsApp
)
)
[title] => Cómo hacer que el icono de tu web aparezca al lado del enlace cuando alguien lo envíe por WhatsApp
[content] =>
- Edita el código fuente de tu página:
- Abre el archivo HTML de tu sitio web en un editor de código o en el panel de edición correspondiente.
- Busca la sección <head> dentro del código fuente.
- Agrega la siguiente línea dentro de la sección <head>:
- HTML <link rel="icon" href="http://direccion.de.tu.imagen.png">
- Código generado por IA. Revisar y usar cuidadosamente. Más información sobre preguntas frecuentes.
- Reemplaza "http://direccion.de.tu.imagen.png" con la dirección web donde tienes alojado el logo que deseas que aparezca. Facebook recomienda que la imagen tenga un tamaño de 200x200 píxeles.
- Verifica que todo esté correcto:
- Vete a la herramienta de Facebook para desarrolladores e introduce la URL de tu sitio web. Esto actualizará la información de tu web en Facebook.
- Ahora, cuando alguien comparta la dirección URL de tu sitio web a través de WhatsApp, se mostrará el icono que has elegido.
Recuerda que este proceso utiliza los iconos definidos para la previsualización en Facebook, y WhatsApp los utiliza automáticamente. Si tienes alguna otra pregunta o necesitas más detalles, no dudes en preguntar. 😊
[link] => Array
(
[0] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => replies
[type] => application/atom+xml
[href] => https://www.cristiancisternas.cl/feeds/4397857963716733272/comments/default
[title] => Comentarios de la entrada
)
)
[1] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => replies
[type] => text/html
[href] => https://www.cristiancisternas.cl/2024/07/como-hacer-que-el-icono-de-tu-web.html#comment-form
[title] => 0 Comentarios
)
)
[2] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => edit
[type] => application/atom+xml
[href] => https://www.blogger.com/feeds/8246563334316782929/posts/default/4397857963716733272
)
)
[3] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => self
[type] => application/atom+xml
[href] => https://www.blogger.com/feeds/8246563334316782929/posts/default/4397857963716733272
)
)
[4] => SimpleXMLElement Object
(
[@attributes] => Array
(
[rel] => alternate
[type] => text/html
[href] => https://www.cristiancisternas.cl/2024/07/como-hacer-que-el-icono-de-tu-web.html
[title] => Cómo hacer que el icono de tu web aparezca al lado del enlace cuando alguien lo envíe por WhatsApp
)
)
)
[author] => SimpleXMLElement Object
(
[name] => Cristian Cisternas
[uri] => http://www.blogger.com/profile/07622463795239007234
[email] => noreply@blogger.com
)
)
1
SimpleXMLElement Object
(
[0] => https://www.cristiancisternas.cl/2024/07/como-hacer-que-el-icono-de-tu-web.html#comment-form
)
1
SimpleXMLElement Object
(
[0] => https://www.cristiancisternas.cl/2024/07/como-hacer-que-el-icono-de-tu-web.html
)
1