Skip to main content
Growth Method is build on Laravel, and hosted on Laravel Forge providing zero downtime deployments on top of a robust hosting and testing infrastructure. TALL Stack application (Tailwind, Alpine, Livewire, Laravel).
App
  • Laravel
  • Laravel Sanctum
  • Livewire
  • Algolia
  • OpenAI PHP for Laravel
  • Anthropic Laravel
  • Bento Laravel SDK for email
Infrastructure
  • Redis
  • Laravel Horizon
  • Sentry
  • Aikido
  • Laravel Forge
  • GitHub
  • MySQL
  • Pest

File Storage

Files are stored in object storage with the full URL to all files stored in the database. This includes:
  • User avatars
  • Company logos
  • User file uploads

PHP

The following php modules are required:
  • MBstring
  • GD
  • DOM
  • cURL
php.ini settings are as follows:
  • post_max_size: 50
  • upload_max_size: 50
  • memory_limit: 256