DEV Community

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

Collapse
 
arbazargani profile image
Alireza Bazargani

first of all, thanks for article.
i got situation,
what if we want to use react in deployed project?
i mean that application is not new & clean.

cause i tested and nothing happens!

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!

Collapse
 
josealex27 profile image
joseAlex27

im using cpanel to deploy the project and it doesn't work!