danthecoder/installer

This package is abandoned and no longer maintained. No replacement package was suggested.

Installation wizard for Laravel applications that simplifies the command-line installation process for non-technical persons.

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:Blade

1.0.0 2023-11-20 15:14 UTC

This package is auto-updated.

Last update: 2024-03-08 13:55:15 UTC


README

Installation wizard for Laravel applications that simplifies the command-line installation process for non-technical persons.

wizard-requirements wizard-configuration wizard-register-user

Installation

You can install the package via composer:

composer require danthecoder/installer

You can publish the config file with:

php artisan vendor:publish --tag="installer-config"

Optionally, you can publish the views using

php artisan vendor:publish --tag="installer-views"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

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