Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.19 KB

Complete Laravel (Breeze, MySQL, Redis) on Railway

Deploy on Railway

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 Paas.

It spins up 5 services with the same codebase:

  • web service: This runs the app.
  • worker service: This runs the Laravel queue workers.
  • 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.

Configuration

  • Deploy the template on Railway.
  • And that's it. You are good to go! Note: You can use shared variables to reduce duplication of variables across multiple services.

Check out this complete deploy Laravel guide on Railway

License

This is open-sourced software licensed under the MIT license.