Download the PHP package rhyslees/laravel-installer-plus without Composer

On this page you can find all versions of the php package rhyslees/laravel-installer-plus. 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 laravel-installer-plus

Laravel Installer Plus

License

This is a community project and not an official Laravel one

Built with Laravel Zero.


Requirements

IMPORTANT: This Package assumes that you have laravel-installer, composer and php installed globally.

Installation

Your configuration is stored in $HOME/.laravel-installer-plus/config.json


Documentation


Options

All Laravel Installer options are included in Laravel Installer plus so you can optionally pass them.

NOTE: If you use options such as --git for every appliction you can add them to laravel-options in the config and they will be appended to the command so you dont need to specifiy them manually (see example below).


Project Install Location

If you have a directory where all projects exist, you can set it install-location in $HOME/.laravel-installer-plus/config.json. This will then run the install commands to that directory no matter where you run the command from.

When changing this remember you only specify the path relative to your home directory.

macOS / GNU / Linux Distributions: $HOME/

For example if you use a folder named Projects in your home directory, you can set the install location to Projects.

Leaving this option as an empty string will use the current directory.

NOTE: If you are unsure if you have set this correctly, you can check by running laravel-installer-plus location {name} which will output where it would install the application.


Packages to install

Packages to install Example


Packages

Package Example


Repositories

If you need to require a private package, first add the package to the packages->composer array. You can then add the repository to the repositories array.

key must match the package key. name is the name of the package (see example below). type is the type of repository. url is the url of the repository.

With VCS:

With Path (symlink):

NOTE: when using path ensure the url is relative to your project directory.


Commands

You use use $name and $nameSnake variables in your commands which can be useful for example if you want to create a database.

which would become


NOTE: If you wish to run sudo commands you will be prompted for your password at each command step i.e pre-install, post-install, pre-package, post-package.

Commands Example

Pre Install

The commands that will be run before the installation of laravel.

IMPORTANT: Pre Install commands are run in the install-location not the application location.

Post Install

The commands that will be run after the installation of laravel.

Pre Package

The commands that will be run before the installation of packages.

Post Package

The commands that will be run after the installation of packages.


TODO

License

Laravel Installer Plus is an open-source software licensed under the MIT license.


All versions of laravel-installer-plus with dependencies

PHP Build Version
Package Version
Requires php Version ^8.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 rhyslees/laravel-installer-plus contains the following files

Loading the files please wait ....