Download the PHP package pickles2/app-burdock without Composer

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

app-burdock

PHPサーバー+ブラウザ上で動作する Pickles 2 のGUIツール。

Pickles Framework 2 に特化した CMSライクなテキストエディタ "Pickles 2" のウェブ版です。

インストール

1. app-burdock の依存ライブラリをインストールする

2. .env ファイルを作成、設定する

サンプルの設定ファイル .env.example から .env という名前で複製します。

この設定ファイルに、適宜必要な設定を更新してください。

アプリケーションの基本情報の設定

必要に応じて設定を変更してください。

アプリケーションキーは次のコマンドで再生成してください。

アプリサーバーとプレビューサーバーのURLを設定

アプリサーバーとプレビューサーバーは異なるURLを設定してください。

データベース接続設定

データベースの接続先情報を更新します。 次の例は、SQLite を使用する設定例です。

プロジェクトを作成するディレクトリパスの設定

プロジェクトは任意のディレクトリにインストールすることができます。 次の例は、Users > hoge > fuga 配下にある path_to_project_dir フォルダにプロジェクトを作成したい場合の設定です。

その他

メール送信サーバーなどの設定項目があります。 必要に応じて修正してください。

4. データベースを初期化する

データベースシステム に sqlite を利用する場合の注意点

SQLite を使用する場合は、先に 空白のデータベースファイルを作成しておく必要があります。

また、データベースのパスを相対パスで指定したい場合、 migrate コマンド実行時に注意が必要です。 実際のアプリケーションは相対パスの起点が public/ で実行されます。 migrate コマンドは、これと同じカレントディレクトリで実行される必要があります。

DB_DATABASE の値を public/ 起点の相対パスに設定して、 publicディレクトリ で migrate を実行します。

サーバーを起動して確認する

以上でセットアップは完了です。 次のコマンドを実行してサーバーを起動し、確認してみることができます。

正常に起動したら、 http://127.0.0.1:8000 でアクセスできます。 ブラウザではじめの画面が表示されたら完了です。

cron コマンド設定

Redis で WebSocket 環境をセットアップする

WebSocket環境を利用すると、サーバーとの間で非同期に対話する機能を追加できます。 特にパブリッシュなどの時間がかかる処理の利便性が向上します。

このセットアップはオプションです。

Redis と Laravel Echo Server がインストールされている必要があります。

Laravel Echo Server をセットアップします。 次のコマンドで質問に答えていくと、 laravel-echo-server.json が作成されます。

.env ファイルを開き、 BROADCAST_DRIVERredis に設定します。

起動する

次のコマンドで Redis と Laravel Echo Server、 Laravel Queue などを起動します。

artisan コマンド

indigo:cron

配信予約ツール Indigo の配信処理をキックします。

bd:deploy-script

Indigo の配信処理の後処理をキックします。

bd:generate_vhosts

Apache 用の Virtual Hosts の設定ファイルを出力します。

システム要件 - System Requirement

推奨環境

プラグインなど他のパッケージとの構成によって、いくつかの要件が追加される場合があります。 依存パッケージのシステム要件も確認してください。

更新履歴 - Change log

Pickles 2 Burdock v0.1.4 (2021年7月10日)

Pickles 2 Burdock v0.1.3 (2021年6月26日)

Pickles 2 Burdock v0.1.2 (2021年6月12日)

Pickles 2 Burdock v0.1.1 (2021年6月7日)

Pickles 2 Burdock v0.1.0 (2021年5月28日)

Pickles 2 Burdock v0.0.1 (2021年5月25日)

ライセンス - License

MIT License

開発者向け情報 - for Developer

データベースへのダミーデータシーディング


All versions of app-burdock with dependencies

PHP Build Version
Package Version
Requires php Version ^7.1.3
barryvdh/laravel-debugbar Version ^3.2
chumper/zipper Version ^1.0
doctrine/dbal Version ^2.0
fideloper/proxy Version ^4.0
fzaninotto/faker Version ^1.8
laravel/framework Version 5.7.*
laravel/tinker Version ^1.0
pickles2/lib-indigo Version ~0.3
pickles2/lib-plum Version ~0.2
pickles2/px2agent Version ~0.0
pickles2/px2style Version ~2.0
predis/predis Version ^1.1
tomk79/burdock-project-manager Version ~0.1
tomk79/filesystem Version ~1.0
tomk79/remote-finder Version ~0.1.0
tomk79/search-in-directory Version ~0.0
twig/twig Version ^2.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 pickles2/app-burdock contains the following files

Loading the files please wait ....