portal

A hub-and-spoke platform for organizations to effectively manage their operations and data. Uses GSuite.

This project is maintained by ColoredCow

Guideline For Variable Naming Convention

JavaScript:

class name - snake-case
id name - camelCase

PHP:

variable name - camelCase
function name - camelCase
class name - TitleCase

Blade:

variable name - camelCase
class name - snake-case
id name - camelCase