Download the PHP package loonpwn/laradock-cli without Composer

On this page you can find all versions of the php package loonpwn/laradock-cli. 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 laradock-cli

⚠️ This project is no longer maintined or actively developed. Feel free to fork it and play around if you're interested in the idea.

Total Downloads Total Downloads StyleCI

Laradock CLI is a tool for Laravel projects which automates the docker configuration setup for services, amongst other things.

It is built with Laravel Zero, on top of Laradock.

Features

Zero Configuration Docker

Laradock CLI reads your .env and makes smart assumptions to reduce a lot of boilerplate configuration. Some examples:

Clean project

Laradock tends to have a larger footprint for the amount of code you use in your repository, Laradock CLI aims to fix this my only including the files for the services you are using.

Clean .env

All docker environment variables have been moved to their own .env.laradock file. No longer have a 300 line .env file.

Easier Maintenance

Simple command to add or remove services, Laradock CLI takes care of all the heavy lifting of setting up files, updating configuration, etc.

Much More

This project is in early development and has lots of planned updates coming.


Installation

Phar

Recommended: sudo mv laradock /usr/bin/laradock

Usage

  1. laradock install Run the setup tool
  2. Check the .env.laradock and the files within ./env/docker has the correct configuration for your project.
  3. laradock Build and run the containers and then mount to the workspace container.

Alpha Considerations

Currently the following services have been setup to be automatically configured. If you use a service outside this list you will need to manually set it up per Laradock documentation.

Documentation

Laradock Commands

DockerCompose Commands


All versions of laradock-cli with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
laravel-zero/framework Version ^5.8
spatie/emoji Version ^2.1
symfony/yaml Version ^4.2
vlucas/phpdotenv Version ^3.3
zendframework/zend-text Version ^2.7
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 loonpwn/laradock-cli contains the following files

Loading the files please wait ....