Download the PHP package mingyukim/more-command without Composer

On this page you can find all versions of the php package mingyukim/more-command. 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 more-command

more-command

artisan make에 없지만, 자주 사용하는 패턴 및 클래스를 command 명령어로 쉽게 생성하게 만들어주는 라이브러리

설치 방법

다음의 명령어를 사용해 composer를 통해 패키지를 설치합니다:

또는 composer.json의 require-dev 섹션에 다음을 추가하고 composer update를 실행합니다:

패키지 설정 파일 발행

기본 네임스페이스 변경하기 [config/more-command.php]

모든 Repository 생성

App/Models 폴더를 참조하여 repository Class 를 생성합니다.\ php artisan make:repositories {--print}

예제:

각각의 Repository 생성

하나의 repository Class 를 생성합니다.\ php artisan make:repository {--print} {repositoryName}

예제:

결과물:

각각의 Trait 생성

하나의 Trait File 을 생성합니다.\ php artisan make:trait {--print} {triatName} {--s}

예제:

결과물:

각각의 Service 생성

하나의 Service Class 를 생성합니다.\ php artisan make:service {--print} {serviceName}

예제:

결과물:

각각의 View Blade 생성

Create a View.\ php artisan make:view {--print} {viewName}

예제:

결과물:

라이선스

MIT 라이선스(MIT). 자세한 정보는 라이선스를 참고하세요.


All versions of more-command with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0.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 mingyukim/more-command contains the following files

Loading the files please wait ....