Download the PHP package jelle-s/quickstart without Composer
On this page you can find all versions of the php package jelle-s/quickstart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jelle-s/quickstart
More information about jelle-s/quickstart
Files in jelle-s/quickstart
Download jelle-s/quickstart
More information about jelle-s/quickstart
Files in jelle-s/quickstart
Vendor jelle-s
Package quickstart
Short Description Generates dns, apache and database for my personal LAMP setup
License MIT
Package quickstart
Short Description Generates dns, apache and database for my personal LAMP setup
License MIT
Please rate this library. Is it a good library?
Informations about the package quickstart
Quickstart
This repository contains quickstart commands to have the basics for a website up and running with a single command.
Installation
Configuration
Following environment variables can/should be configured:
QUICKSTART_WEBSITES_DIR
: The directory where your websites/projects live, defaults togetenv('HOME') . '/websites'
QUICKSTART_DATABASE_USER
: The database user to use to create the other databases and users, defaults to 'root'QUICKSTART_DATABASE_PASSWORD
: The database password of the configured user above, defaults to ''QUICKSTART_DATABASE_HOST
: The database host, defaults to 'localhost'QUICKSTART_DATABASE_DRIVER
: The database driver to use, defaults to 'pdo_mysql', see https://www.doctrine-project.org/projects/doctrine-dbal/en/current/reference/configuration.html#driver
Commands
Create
The database and database user is the domain name with .
replaced by _
.
Destroy
The database and database user is the domain name with .
replaced by _
.
All versions of quickstart with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
symfony/console Version ^6.2
symfony/validator Version ^6.2
symfony/filesystem Version ^6.2
symfony/process Version ^6.2
doctrine/dbal Version ^3.5
symfony/console Version ^6.2
symfony/validator Version ^6.2
symfony/filesystem Version ^6.2
symfony/process Version ^6.2
doctrine/dbal Version ^3.5
The package jelle-s/quickstart contains the following files
Loading the files please wait ....