amberstone/base-install-command

A base installer that can be run either from the command line once imported or you can publish the package and change the checks for the installer.

1.0.2 2022-01-26 21:04 UTC

This package is auto-updated.

Last update: 2023-05-08 00:06:11 UTC


README

Latest Version on Packagist Total Downloads

Simple package to check the env file exists and you are able to connect to your MySQL database. Once it can connect, you will be prompted for your user details which will create a user account.

Installation

You can install the package via composer:

composer require amberstone/base-install-command

Usage

There are two usage options

Option 1 (preferred)

To make use of the package, once you ran the above require command, you can simply run

php artisan base:install

This will run the installer checks and create a user account with the details entered.

Option 2

To publish the files locally do the below:

In your terminal, run php artisan vendor:publish --provider="Amberstone\BaseInstallCommand\BaseInstallCommandServiceProvider"

This will publish the file to your app/Console/Commands directory

Security

If you discover any security related issues, please email jacques@my-web.me instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.