Download the PHP package digiton-ma/installer without Composer
On this page you can find all versions of the php package digiton-ma/installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digiton-ma/installer
More information about digiton-ma/installer
Files in digiton-ma/installer
Package installer
Short Description Digiton's own Laravel starter-kits installer.
License MIT
Informations about the package installer
Laravel Installer
Documentation
Installation
You can install the package via composer:
Usage
You can create a new Laravel project by running:
Use flags to customize the installation:
--git
: Initialize a git repository
--git --github
: Initialize a git repository and create a new repository on GitHub
--git --github --org=digiton-ma
: Initialize a git repository and create a new repository on GitHub under the digiton-ma organization
--migrate --seed
: Run the migrations and seed the database
--migrate --db-use=root --db-password=pass
: Run the migrations and seed the database using the specified database user and password
Most used command:
Contributing
Thank you for considering contributing to the Installer! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Installer is open-sourced software licensed under the MIT license.
All versions of installer with dependencies
illuminate/filesystem Version ^10.20|^11.0
illuminate/support Version ^10.20|^11.0
laravel/prompts Version ^0.1.18|^0.2.0|^0.3.0
symfony/console Version ^6.2|^7.0
symfony/process Version ^6.2|^7.0