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.
1.0.0
2023-11-20 15:14 UTC
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^6.1
- nunomaduro/larastan: ^2.0.1
- orchestra/testbench: ^8.0
- pestphp/pest: ^1.21
- pestphp/pest-plugin-laravel: ^1.1
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: ^9.6
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.
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.