Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 2.35 KB

laravel.md

File metadata and controls

67 lines (58 loc) · 2.35 KB

Laravel

Laravel is the PHP framework for web artisans.

Laravel is a web application framework with expressive, elegant syntax. It's already laid the foundation, freeing to create without sweating the small things.

Links:

Ecosystem:

  1. Breeze: Lightweight starter kit for new applications.
  2. Cashier: Simplifies subscription management with Stripe or Paddle.
  3. Dusk: Automated browser testing.
  4. Echo: WebSocket event listener.
  5. Envoyer: Zero downtime deployment.
  6. Forge: Simplifies server management.
  7. Herd: Fast local development environment for macOS and Windows.
  8. Horizon: UI for monitoring Redis queues.
  9. Inertia: Modern single-page apps with server-side routing.
  10. Jetstream: Starter kit with authentication and team management.
  11. Livewire: Reactive applications with Laravel and Blade.
  12. Nova: Admin panel for Laravel apps.
  13. Octane: Boosts application performance by keeping it in memory.
  14. Pennant: Manages feature flags.
  15. Pint: PHP code style fixer.
  16. Prompts: User-friendly forms for CLI applications.
  17. Pulse: Insights into application performance and usage.
  18. Reverb: Scalable WebSockets.
  19. Sail: Docker-based local development.
  20. Sanctum: API and mobile app authentication.
  21. Scout: Fast full-text search for Eloquent models.
  22. Socialite: Social authentication.
  23. Spark: Billing portal for launching businesses. (Replace with Cashier)
  24. Telescope: Debugging and insight UI.
  25. Vapor: Serverless deployment on AWS.

Alternatives that can be installed and should not be locked as cloud-only 3rd party services:

  1. Breeze: Remix/Next.js with Tailwind CSS
  2. Cashier: Remix Stripe Stack
  3. Dusk: Playwright
  4. Echo: Socket.IO
  5. Envoyer: Coolify / Dokku
  6. Forge: Coolify / Dokku
  7. Herd: Docker
  8. Horizon: Bull Dashboard
  9. Inertia: Remix/Next.js
  10. Jetstream: Remix/Next.js with Tailwind CSS
  11. Livewire: Remix/Next.js
  12. Nova: Remix/Next.js with Tailwind CSS
  13. Octane: Bun
  14. Pennant: PostHog / Unleash / Flagsmith
  15. Pint: Biome / Prettier
  16. Prompts: Inquirer
  17. Pulse: Sentry / OpenTelemetry
  18. Reverb: Socket.IO
  19. Sail: Docker
  20. Sanctum: Remix Auth / NextAuth / Auth.js
  21. Scout: Meilisearch / Elasticsearch
  22. Socialite: Remix Auth / NextAuth / Auth.js
  23. Spark: Remix Stripe Stack
  24. Telescope: ?
  25. Vapor: Serverless Framework

See Workflow for related ideas.