DEV Community

Discussion on: How using React in a Laravel application - Tutorial

Collapse
 
lvtdeveloper profile image
Lesly Villalobos

It may be a caché problem.
Try this:

php artisan cache:clear
php artisan view:clear

Collapse
 
josealex27 profile image
joseAlex27

Hi, do you have deployed this app? cause im trying with mine and nothing happens!
thanks!