2lenet/sf8

Maintainers

Package info

github.com/2lenet/sf8

Language:Shell

Type:project

pkg:composer/2lenet/sf8

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.8 2026-03-23 16:51 UTC

This package is auto-updated.

Last update: 2026-03-23 16:52:34 UTC


README

Sf8 2le project template

To bootstrap a project use the following steps:

composer create-project 2lenet/sf8 project_name --no-scripts

or with docker :

docker run -it -v $PWD:/app registry.2le.net/2le/2le:base-sf8 composer create-project 2lenet/sf8 project_name --no-scripts

Say Yes to all recipes question exept Doctrine

cd project_name
make init

add the project to git ( git init or add to existing project )

make start

Create your first migration for bundle entities

make console
bin/console make:migration
bin/console doc:mi:mi

This will create your project, modify all reference to [PROJECT] in config files

After that you have :

  • sf8 project
  • Docker and Docker Compose config
  • CI with test, build and deploy
  • PHPStan, PHPCS and SonarQube configuration