(no title)
saluki | 1 year ago
With Laravel I can go from 0 to new web app in production in 15 Minutes
I can register a new domain, point name servers to CloudFlare.
Setup my local env with Herd from scratch, build a server with Forge, point A record to server IP. Setup SSL cert with Forge/Let's Encrypt.
Start a new laravel project, use jetstream to setup an app with users, auth, 2FA and a dashboard. Create a new GitHub Repo, deploy my code to the new server through Forge.
Create a new user through the UI, Login with 2FA, view Dashboard.
Give me 30 minutes and I can setup a Load Balancer, multiple app and worker servers.
No comments yet.