- Tools Installation
- Install VSCode: https://code.visualstudio.com/
- Install Git Bash: https://git-scm.com/downloads/
- Install Laragon: https://laragon.org/download/
- Install Table Plus: https://tableplus.com/
- PHP 101
- Hello world
- Variables
- Conditions
class Errors { | |
/** | |
* Create a new Errors instance. | |
*/ | |
constructor() { | |
this.errors = {}; | |
} | |
/** |