https://github.com/thedevdojo/voyager-installer
This is the repo for the Voyager installer
https://github.com/thedevdojo/voyager-installer
installer laravel laravel-voyager voyager
Last synced: 3 months ago
JSON representation
This is the repo for the Voyager installer
- Host: GitHub
- URL: https://github.com/thedevdojo/voyager-installer
- Owner: thedevdojo
- License: mit
- Created: 2017-10-06T06:03:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T16:52:16.000Z (almost 6 years ago)
- Last Synced: 2025-07-14T17:30:41.348Z (3 months ago)
- Topics: installer, laravel, laravel-voyager, voyager
- Language: PHP
- Size: 12.7 KB
- Stars: 26
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Voyager Installer
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 "voyager/installer"
```Then you can add run:
```
voyager new folder-name
```And a new voyager install will be added to the folder-name :)