Skip to content

Repository files navigation

Symfinit

A CLI installer that scaffolds a new Symfony project pre-configured with Docker, based on the dunglas/symfony-docker template.

Requirements

  • Docker

Installation

Homebrew (recommended)

Be sure to have Homebrew installed then run:

brew install fuzip/symfinit

Or you can tap the repository and install the formula:

brew tap fuzip/symfinit
brew install symfinit

Static binary

Download the latest release for your platform from the Releases page and move the binary somewhere on your $PATH:

curl -L https://github.com/Fuzip/symfinit/symfinit/releases/latest/download/symfinit-linux-x86_64 -o /usr/local/bin/symfinit
chmod +x /usr/local/bin/symfinit

Composer

If you already have PHP and Composer installed:

composer global require fuzip/symfinit

The symfinit binary will be available in ~/.composer/vendor/bin.

Usage

symfinit [project-name]

You can choose the Symfony version that will be installed.

symfinit --symfony-version=7.4

License

MIT — see LICENCE.

Credits

Created by Fuzip.

About

Symfony installer project of dunglas/symfony-docker

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages