digiton-ma/installer
最新稳定版本:v0.1.8
Composer 安装命令:
composer require digiton-ma/installer
包简介
Digiton's own Laravel starter-kits installer.
关键字:
README 文档
README
Documentation
Installation
You can install the package via composer:
composer global require digiton-ma/installer
Usage
You can create a new Laravel project by running:
digitoncli new project-name
Use flags to customize the installation:
--git: Initialize a git repository
digitoncli new project-name --git
--git --github: Initialize a git repository and create a new repository on GitHub
digitoncli new project-name --git --github
--git --github --org=digiton-ma: Initialize a git repository and create a new repository on GitHub under the digiton-ma organization
digitoncli new project-name --git --github --org=digiton-ma
--migrate --seed: Run the migrations and seed the database
digitoncli new project-name --migrate --seed
--migrate --db-use=root --db-password=pass: Run the migrations and seed the database using the specified database user and password
digitoncli new project-name --migrate --db-use=root --db-password=pass
Most used command:
digitoncli new project-name --git --github --org=digiton-ma --migrate --seed
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.
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-14