Braid requires at minimum:

  • Laravel v11.0+
  • Composer v1.0+
  • PHP v8.2+
  • MySQL v5.7+ or equivalent (if using data storage)
  • Livewire, if creating Livewire components.
  • A baseline front end build process for your own assets (See Laravel documentation).
  • An understanding of PHP Classes.
  • A local development environment with web server (or php artisan serve up and running).

Up next: Installation