---
title: "Deploy Laravel Complete (Breeze, Blade, MySQL, Redis)"
description: "A simple Laravel starter app connected to a MySQL database, Redis cache"
category: "Starters"
url: https://railway.com/deploy/Gkzn4k
---

# Deploy Laravel Complete (Breeze, Blade, MySQL, Redis)

A simple Laravel starter app connected to a MySQL database, Redis cache

**[Deploy Laravel Complete (Breeze, Blade, MySQL, Redis) on Railway](https://railway.com/template/Gkzn4k)**

- **Creator:** Odogwu Machalla's Projects
- **Category:** Starters
- **Total deploys:** 358

## Template content

### Redis https://devicons.railway.app/i/redis.svg

- **Image:** bitnami/redis:7.2.5

### cron service

- **Source:** unicodeveloper/complete-laravel-on-railway
- **Start command:** `sh ./cron.sh`

### worker service

- **Source:** unicodeveloper/complete-laravel-on-railway
- **Start command:** `php artisan queue:listen`

### web service

- **Source:** unicodeveloper/complete-laravel-on-railway
- **Start command:** `sh ./start.sh`
- **Public domain:** Yes

### MySQL https://devicons.railway.app/i/mysql.svg

- **Image:** mysql:9
- **Start command:** `docker-entrypoint.sh mysqld --innodb-use-native-aio=0 --disable-log-bin --performance_schema=0`

## Documentation

This complete Laravel starter template deploys a **Laravel Breeze app** as a _**majestic monolith**_ that is connected to a MySQL database and Redis Cache on [Railway](https://railway.app).

It spins up 5 services (with the same codebase) in one project. They are:
- **web service**: This runs the app.
- **worker service**: This runs the Laravel queue worker.
- **cron service**: This runs the Laravel scheduler and takes care of all cron tasks.
- **MySQL**: This is the MySQL database that the app is connected to.
- **Redis**: This is the queue and cache store/database that the app is connected to.

## Similar templates

- [Paperless-ngx](https://railway.com/deploy/paperless-ngx-3) — Document management with OCR on Railway with PostgreSQL and Redis
- [open-excalidraw](https://railway.com/deploy/open-excalidraw) — Self-hostable collaborative drawing built on Excalidraw
- [caring-vibrancy](https://railway.com/deploy/caring-vibrancy) — Deploy and Host caring-vibrancy with Railway

Open this page in a browser: https://railway.com/deploy/Gkzn4k
