2 min readJan 7, 2024
Build Your Own Bank using Laravel 🏦 #1 Introduction
Introduction
This is the first of a series of posts and video tutorials related with finance and PHP with Laravel programming, we will cover multiple topics related to it like:
- How to connect your Laravel users to their bank accounts or other financial institutions using Plaid
- How to handle users using Auth0 for better security
- How to use Laravel cashier to charge our customers
- How to use stripe connect to create users bank accounts
- How to send mailed letters and notifications to our customers
- How to create graphs for your backoffice
- How to create reports for your backoffice
- How to use the tenancy architecture in Laravel
- How to store files in a multi tenancy system
- How to do invoices in Laravel (For the US and Mexico)
- Import information using Excel
- How to handle payroll using an external provider (Gusto, ADP..)
- How to handle IDs, UIDs UUIDs in Laravel for certain types of data
- How to handle backups in an Enterprise architecture
- Validate and store phone numbers correctly in Laravel