digiton-ma/installer

Digiton's own Laravel starter-kits installer.

v0.1.8 2024-11-11 17:24 UTC

This package is auto-updated.

Last update: 2024-11-11 17:24:49 UTC


README

Build Status Total Downloads Latest Stable Version License

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.