Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Create a Docker environment for a Symfony project.

License

NotificationsYou must be signed in to change notification settings

jschwind/phpcli-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a Docker environment for a Symfony project.

Installation

git clone https://github.com/jschwind/phpcli-symfony.gitcd phpcli-symfonychmod +x createSFProject.sh

AddcreateSFProject.sh to your PATH or create a symlink, e.g., on Arch/Manjaro Linux via~/.bashrc:

sudo ln -s$(pwd)/createSFProject.sh /usr/local/bin/createSFProject

Usage

createSFProject [OPTIONS]

Create a Symfony project with specific Git and optional version parameters.

Options

  • -project-name: Name of the project.
  • -git-username: Git username.
  • -git-email: Git email.
  • -php-version: Optional. PHP version for the project (default:8.3).
  • -mariadb-version: Optional. MariaDB version for the project (default:11.5).
  • -postgres-version: Optional. Postgress version for the project (default:17.0).
  • -mysql-version: Optional. MySQL version for the project (default:9.1).
  • -firebird-version: Optional. Firebird version for the project (default:5.0).
  • -db-type: Optional. Database type for the project (default:mariadb).
  • -symfony-version: Optional. Symfony version for the project (default:7).

Examples

createSFProject -project-name=myproject -git-username=myusername -git-email=myemail@mydomain.tld -php-version=8.3 -mariadb-version=11.6 -postgres-version=17.0 -mysql-version=9.1 -firebird-version=5.0 -db-type=mariadb -symfony-version=7

About

Create a Docker environment for a Symfony project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp