An open API service indexing awesome lists of open source software.

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

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 :)