rikisubagja / waizly-installer
Waizly Application Installer Command
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rikisubagja/waizly-installer
Requires
- php: ^7.4|^8.0
- illuminate/console: ^8.0|^9.0|^10.0
- illuminate/support: ^8.0|^9.0|^10.0
README
This package provides a command to install and configure the Waizly application.
Installation
To install this package, add it to your Laravel project using Composer:
composer require rikisubagja/waizly-installer php artisan waizly:install add app/Providers/AppServiceProvider.php public function register() { $this->commands([ \WaizlyInstaller\Console\WaizlyInstaller::class, ]); }