Te damos la bienvenida a nuestra web, ahora hallarás la resolución a lo que estabas buscando.
Ejemplo: laravel livewire livewire.js 404 no encontrado
/*
in Laravel
livewire.js can be 404 not found because your
root directory is not set on default
to make it work:
1. go to config/livewire.php => find 'asset_url' and set it to your
public folder, for example:
'asset_url' => "http://localhost/you project's name/public",
2.now run these command in command panel
php artisan config:cache
php artisan view:clear
php artisan vendor:publish --tag=livewire:config
these command just refreshing everything to make the changes come in effect
3.now try it.....i hope it will help
*/
Comentarios y puntuaciones del tutorial
Recuerda algo, que te damos el privilegio aclarar tu experiencia si te fue de ayuda.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)