Skip to content

Laravel-Philippines/laravel.ph

Repository files navigation

Laravel PH Website

Notes

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

Installation

Run the script setup.sh to automatically get composer, and then run npm install

./setup.sh

You'll also need to install vue@2.9.x (vue-cli legacy). I'll add more details in the docs/ folder -joe