DEV Community

Cover image for Introducing CRAL: Create React App Laravel

Introducing CRAL: Create React App Laravel

Manuele J Sarfatti on October 29, 2019

All the goodies of Laravel, with all the convenience of Create React App Repository: https://github.com/mjsarfatti/create-react-app-laravel/ Whil...
Collapse
 
earllapura profile image
earllapura

Are there any versions compatible with prior Laravel versions? I have Laravel 5.5. Been going nuts on how to integrate my React app made with create-react-app to my Laravel without pulling it out of its repository.

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.