Skip to content

foybkaa/api-stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony with Frankenphp

This is a simple example of how to use Symfony with Frankenphp.

Prerequisites

  • Docker
  • Docker Compose

Getting Started

  1. Clone this repository
  2. Create a .env.local file in the project root and set the APP_SECRET variable
  3. Run make start to build and start the containers
  4. Run make vendor-dev to create vendor for dev
  5. Access the application at http://localhost:8080

Available Make commands

Run make to see all available commands.

Services

  • PHP: FrankenPHP container
  • Database: PostgreSQL
  • Mailer: Mailpit for email testing

Development

  • The application code is mounted in the PHP container at /app
  • Xdebug is available and can be enabled by setting XDEBUG_MODE environment variable

Database

  • PostgreSQL is accessible on port 5432
  • Database credentials are set via environment variables

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published