All Templates / Starters
Symfony
Simple starter for a Symfony application, fully configured for deployment
railway-symfony-webapp-starter
francis-Paul-code/railway-symfony-webapp-starter
Just deployed
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
Welcome to the Symfony Starter Project! This repository provides a boilerplate for a Symfony application, fully configured for deployment on Railway.
git clone https://github.com/francis-Paul-code/railway-symfony-webapp-starter.git
cd railway-symfony-webapp-starter
Create a .env
file in the root of your project or copy the existing .env.example
:
cp .env.example .env
Update the .env
file with your database credentials and other necessary configurations.
Use Docker to build and run the project locally:
docker-compose up --build
Your Symfony application should now be running on http://localhost:8000.
To deploy the project to Railway, follow these steps:
railway init
railway up
Railway will automatically detect your environment variables and configuration. Your application will be deployed and accessible at a generated Railway URL.
Feel free to contribute to this project by submitting issues or pull requests. We welcome all improvements!
This project is licensed under the MIT License.
Template Content
railway-symfony-webapp-starter
francis-Paul-code/railway-symfony-webapp-starterDetails
Francis Paul Musango's Projects
Created on Aug 11, 2024
23 total projects
11 active projects
56% success on recent deploys
PHP, JavaScript, Twig, CSS
Starters
More templates in this category
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Odogwu Machalla's Projects
37