ahmetbedir / voyager-installer
Voyager application installer.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ahmetbedir/voyager-installer
Requires
- guzzlehttp/guzzle: ~6.0
- symfony/console: ^5.3
- symfony/filesystem: ~3.0|~4.0|^5.3
- symfony/process: ~3.0|~4.0|^5.3
- vlucas/phpdotenv: ^5.3
README
This is similar to the Laravel Installer; however, it will prompt you for your database credentials and install a fresh copy of Voyager.
You can install this globally on your machine by running:
composer global require "ahmetbedir/voyager-installer"
Then you can add run:
voyager new folder-name
And a new voyager install will be added to the folder-name :)