Download the PHP package bugzbrown/voyager-installer without Composer

On this page you can find all versions of the php package bugzbrown/voyager-installer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package voyager-installer

Voyager Installer

This simple little script is a fork of github.com/laravel/installer. Version numbers will be bumpped based on Laravel's installer numbers since I plan to keep them in sync.

About & Why

I have recently doing a number of small quick projects using Voyager and Laravel. They are all, at most a week's worth of work and I find it boring to install Laravel, then Voyager and iSeed every time I need to spin up a new project.

This porject is, very basically, the Laravel Installer with added requirements to composer.json This way, you can quickly get up to speed with a voyager project the same way you would with a Laravel one.

What is here?

Basically we have the Laravel installer default instalation with an added tcg/voyager package and orangehill/iseed.

Voyager, as the name of the installer suggests is the basic require for Voyager Admin.

iSeed is a simple but nevertheless essential install for anybody doing serious Laravel/Voyager work.

How to use it?

Do like you would with Laravel...

This will create a new project folder project-name in the current directory, all ready with the dependencies installed.. Follow the short instructions at the end of the installer and get up and running in a jiffy.

Quick install overview

Step 1 - Create a new project

Step 2 - Database and .Env

Create a database for use with your project and edit your .env file in the root of your project folder.

Step 3 - Install Voyager

from the root of your project directory

to install a default blank voyager project or

to install some sample data in your voyager instalation.

Step 4 - Create and Admin User

If you are using a blank install (like you most usually will), run this interactive command to create a user for your administration area. (repalce [email protected] with your desired email)

Just answer the questions the interactive shell asks you and you're all setup.

If you installed dummy data, the user is [email protected] and the password is password

Your login url is "http://yoursite/admin"

To Do and considerations

It would be nice to add a few extra things to this command line. Have it add information to the welcome screen for the laravel instalation would be nice (replace the default with my own version explaining the next steps and so on)

Have the option of creating a database automatically when you initiate a new project would also be nice maybe. Probably with an interactive prompt or something.

Please feel free to use this at your will.


All versions of voyager-installer with dependencies

PHP Build Version
Package Version
Requires ext-zip Version *
guzzlehttp/guzzle Version ~6.0
symfony/console Version ~3.0|~4.0
symfony/filesystem Version ~3.0|~4.0
symfony/process Version ~3.0|~4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bugzbrown/voyager-installer contains the following files

Loading the files please wait ....