Download the PHP package upinside/laravel-make-trait without Composer

On this page you can find all versions of the php package upinside/laravel-make-trait. 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-make-trait

Laravel Make Trait!

You can find an English version from material at the end of the document.

Pré Requisitos

Os procedimentos desse recurso estão homologados para a versão ˆ5.6.33 do Laravel Framework. Quando for efetuar a instalação, certifique-se da versão do seu sistema e se ele está de acordo com o esperado!

Instalação

Essa lib está disponível no packgist e deve ser instalada via composer.

Finalizado o processo de instalação, é necessário adicionar a seguinte entrada ao vetor de providers do Laravel.

Esse arquivo está localizado em config/app.php (na versão 5.6.33).

Com esse procedimento feito, você pode acessar o Terminal do seu sistema operacional ou da sua IDE e executar o comando list do artisan.

Se tudo ocorrer como previsto, você será uma saída com o comando listado:

Uso

Agora para trabalhar com as Traits usando o comando artisan, basta invocar da seguinte forma:

Isso fará com que seja criado um novo arquivo em app/Traits/Test.php com o seguinte conteúdo:

Contribuição

Deseja enviar um correções? Só efetuar um pull-request deste repositório e efetuar a alteração dentro de uma nova branch (que não seja a master).

Crie uma branch com seu nome (gustavo-web) com as correções para que seja aprovada. Maiores informações, você pode ter através de [email protected].

@guhweb que mantém esse projeto rodando!

English Version

Requirements

The procedures for this feature are approved for version 5.6.33 of the Laravel Framework. When you are installing, make sure your system version is up and running as expected!

Installation

This lib is available in the packgist and must be installed via composer.

Once the installation process has finished, you must add the following entry to the Laravel providers array.

This file is located in config/app.php (in version 5.6.33).

With this procedure done, you can access the Terminal/Shell of your operating system or your IDE and execute the list command of the artisan.

If everything happens as expected, you will be output with the listed command:

Use

Now to work with Traits using the artisan command, just invoke as follows:

This will cause a new file to be created in app/Traits/Test.php with the following content:

Contribution

Do you want to submit a correction? Just do a pull-request from this repository and make the change inside a new branch (other than the master).

Create a branch with your name (gustavo-web) with the corrections for it to be approved. More information, you can have through [email protected].

@guhweb that keeps this project running!


All versions of laravel-make-trait with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1
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 upinside/laravel-make-trait contains the following files

Loading the files please wait ....