Download the PHP package marcofaul/valet-plus-reforged without Composer

On this page you can find all versions of the php package marcofaul/valet-plus-reforged. 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 valet-plus-reforged

Valet plus reforged

Introduction

Go here for the valet+ documentation.

Why should you use this Fork?

Installation

:warning: Valet+ requires macOS and Homebrew. Before installation, you should make sure that no other programs such as Apache or Nginx are binding to your local machine's port 80.

If you have valet or valet+ installed. It is recommended to remove it first: composer remove weprovide/valet-plus && rm -rf ~/.valet && rm -rf /usr/local/bin/valet

  1. Install or update Homebrew to the latest version using brew update.
  2. Add the Homebrew PHP tap for Valet+ via brew tap henkrehorst/php.
  3. Install PHP 7.4 using Homebrew via brew install [email protected].
  4. Install Composer using Homebrew via brew install composer.
  5. Install Valet+ with Composer via composer global require marcofaul/valet-plus-reforged.
  6. Add export PATH="$PATH:$HOME/.composer/vendor/bin" to .bash_profile (for bash) or .zshrc (for zsh) depending on your shell (echo $SHELL)
  7. Run the valet fix command. This will check for common issues preventing Valet+ from installing.
  8. Run the valet install command. Optionally add --with-mariadb to use MariaDB instead of MySQL This will configure and install Valet+ and DnsMasq, and register Valet's daemon to launch when your system starts.
  9. Once Valet+ is installed, try pinging (or just visit http://foobar.test any *.test domain on your terminal using a command such as ping -c1 foobar.test. If Valet+ is installed correctly you should see this domain responding on 127.0.0.1. If not you might have to restart your system. Especially when coming from the Dinghy (docker) solution.

:information_source: If you get something like "Site can't be reached." Try to change the domain like so valet domain host

Differences from Valet+

A few key differences compared to Valet+:

Credits

This project is a fork of weprovide/valet-plus

Valet+ Reforged Authors


All versions of valet-plus-reforged with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
illuminate/container Version ~6.15
mnapoli/silly Version ~1.7.2
symfony/process Version ~4.1.0
nategood/httpful Version ~0.3.2
tightenco/collect Version ~6.15.0
sebastian/version Version ^2.0.1
squizlabs/php_codesniffer Version *
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 marcofaul/valet-plus-reforged contains the following files

Loading the files please wait ....