This is what gets deployed to production (www.laravel.ph)
I personally made some changes because I feel we don't need a REAL spa app with authenticated routes and all
We are using git submodules to get the frontend code vogella.com/tutorials/GitSubmodules/article.html
By Pinoy Devs, for Pinoy Devs
Run the script setup.sh
to automatically get composer, and then run npm install
./setup.sh
You'll also need to install [email protected] (vue-cli legacy). I'll add more details in the docs/ folder -joe