I'm working on replacing the old UI with the new one.
Steps I did:
0- Checkout dev branch
1- I build the project using npm run build
2- Copy the content of dist folder into DF public folder
3- Create an index.blade.php in the resources/views folder and copy the content of index.html into it
4- Update SplashController.php to return the view instead of redirecting to dreamfactory/index.html
If I try to refresh the page then it will get stuck on loading and calling the endpoint again and again
I'm working on replacing the old UI with the new one.
Steps I did:
0- Checkout dev branch 1- I build the project using
npm run build
2- Copy the content of dist folder into DF public folder 3- Create anindex.blade.php
in theresources/views
folder and copy the content ofindex.html
into it 4- Update SplashController.php to return the view instead of redirecting todreamfactory/index.html
If I try to refresh the page then it will get stuck on loading and calling the endpoint again and again