DEV Community

Discussion on: Introducing CRAL: Create React App Laravel

Collapse
 
mjsarfatti profile image
Manuele J Sarfatti

Hey, it should work with 5.5, since the folder structure is pretty much the same as 6.6. I haven't tested it though. If you want to give it a try, maybe copy your project and install CRAL there.

Remember that the /public folder is wiped out and recreated on every build, you can refer to the docs for a detailed explanation on what happens.