A CLI installer that scaffolds a new Symfony project pre-configured with Docker, based on the dunglas/symfony-docker template.
- Docker
Be sure to have Homebrew installed then run:
brew install fuzip/symfinitOr you can tap the repository and install the formula:
brew tap fuzip/symfinit
brew install symfinitDownload 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/symfinitIf you already have PHP and Composer installed:
composer global require fuzip/symfinitThe symfinit binary will be available in ~/.composer/vendor/bin.
symfinit [project-name]You can choose the Symfony version that will be installed.
symfinit --symfony-version=7.4MIT — see LICENCE.
Created by Fuzip.