Skip to content

dx-tooling/etfs-app-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ETFS App Starter Kit

A very-opinionated, very-batteries-included Symfony application starter kit from the Enterprise Tooling for Symfony project.

Current status

This is a work-in-progress technical preview — it's ready to use, but the developer experience is not yet streamlined.

Project vision and outline

The idea of this project is as follows: If you want to build serious business applications on top of Symfony, you need to

  • go to the Apple Store and by a macOS device,
  • install mise-en-place, Docker Desktop, and an IDE of your choice,
  • clone this repository and follow the instructions,

and you are good to go.

The project's approach is built on these pillars:

  • Encourage — and where possible, enforce — a specific code architecture, optimized for building mid- to large-sized, functionally complex business applications, while minimizing the risk of ending up with brittle, hard-to-change legacy code.

  • Provide as much setup and tooling as possible to ease testing the functional correctness, as well as the non-functional quality, of the codebase.

  • Deliver an outstanding Developer Experience (DX) through streamlined tooling, sane defaults, and useful boilerplates, and thus ensure that setting up and working on ETFS-based projects starts off as, and remains, a low-frustration, productive endeavour.

Scratchbook

mise trust
echo "ETFS_PROJECT_NAME=foobar" >> .env
docker compose up --build -d
docker compose exec -ti app composer install
mise run in-app-container mise trust
mise run in-app-container mise install
mise run npm install --no-save
mise run console doctrine:database:create
mise run console doctrine:migrations:migrate --no-interaction
mise run frontend
mise run quality
mise run tests

Background

This is a project from the DX·Tooling initiative.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published