Download the PHP package kitamula/kitchen without Composer

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

Install

機能

Config

Basic認証ミドルウェア

.envで次の設定値を設定することで、RouteMiddleware "kitchen.basicauth" の設定されたルートに対しBasic認証がかかる。

BASICAUTH_TO_ATをfalseとすることで解除。 年月日または日時を入力することでBasic認証がかかる。 年月日を入力: 当日の23:59:59まで 日時(年〜秒): 指定の時刻まで

IP制限ミドルウェア

.envで次の設定値を設定することで、RouteMiddleware "kitchen.ip_restriction" の設定されたルートに対しBasic認証がかかる。

IP_RESTRICTION_TO_ATをfalseとすることで解除。 年月日または日時を入力することでBasic認証がかかる。 年月日を入力: 当日の23:59:59まで 日時(年〜秒): 指定の時刻まで

IP_RESTRICTION_ALLOW_IPSはカンマ区切りでGlobalIPを指定する。 *を指定することで期間設定に関わらず全IPを許可する

Model

columnGroup メソッド

複数カラムを1つのグループとして取得する

scopeInTerm

カラムの型がDateかDateTimeかによって判定を自動的に変更する。 Migration>

scopeWord

検索文字列と検索対象カラムの配列を渡すことでLIKE検索を行う。

scopePublished

scopeInTermおよびscopeDisplayedを基準に公開状況を判定する

scopeDisplayed

is_displayカラムを基準に公開状況を判定する

is_published プロパティ

scopePublishedを基準に公開状況を返すプロパティをModelに追加する

Migration

termDate|termDateTime

公開期間として利用するカラムの定義 from_atとto_atカラムが追加される。 本ライブラリ、Scopableに定義されている scopeInTerm ではfrom_atとto_atカラムがデフォルトの公開期間カラムとして自動的に認識されるため、特にこだわりのない場合はこれを利用すること。

Blade

ogtypeを設定する関数

TOPページ(ルーティング設定にてnameが'index'となっているルート)の場合のみ'website'、 それ以外は'article'と出力される

ストレージへのPATHを返す関数

改行を<br>に変換する関数

文字列内の全てのURLを<a href="$1" target="_blank">$1</a>に変換する関数


All versions of kitchen with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
laravel/framework Version >=5.5
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 kitamula/kitchen contains the following files

Loading the files please wait ....