Laravel Stack
PHP web application stack with Laravel, MySQL or PostgreSQL, Redis for caching, and Vue.js or Inertia.js on the frontend.
The Laravel stack is the dominant PHP web framework ecosystem. Laravel provides elegant routing, ORM (Eloquent), authentication, queues, and more out of the box. It pairs naturally with:
- MySQL or PostgreSQL for the primary database
- Redis for caching, sessions, and queues
- Vue.js or Inertia.js for reactive frontends without leaving PHP
- Laravel Forge or Ploi for server management
The Laravel ecosystem also includes Livewire (real-time components in PHP), Laravel Sail (Docker dev env), and Laravel Vapor (serverless deployment on AWS).
// tools in this stack
// also includes
php
mysql
postgresql
redis
vuejs
// related stacks
Django Stack
python/
Python web stack with Django, PostgreSQL, Redis, and Celery for background tasks. Batteries-included …
D
django
P
python
P
postgresql
+1
$
› edit on github
something wrong or missing?
edit
data/stacks/laravel.yaml on GitHub