Download the PHP package lastdino/monox without Composer

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

Monox

Monoxは、Laravel 12およびLivewire 4をベースにした新しい生産管理システム向けパッケージです。

特徴

依存関係

このパッケージは以下の環境およびパッケージに依存しています。

インストール方法

  1. Composerを使用してパッケージをインストールできます。

  2. 必要な npm パッケージをインストールします。

  3. インストール後、必要に応じてマイグレーションを実行してください。

設定とビューの公開

Monoxの設定やアセット、ビューを公開してカスタマイズすることができます。

設定の公開

config/monox.php が作成されます。ルーティングのプレフィックスやミドルウェアなどを変更できます。

ビューの公開

resources/views/vendor/monox に公開されます。

アセット(CSS)の読み込み

プロジェクトに Tailwind がすでにインストールされている場合は、resources/css/app.css ファイルに次の構成を追加するだけです。

カスタマイズ

ユーザー独自の部門(Department)モデルの使用

Monoxはデフォルトで独自の Department モデルを使用しますが、アプリケーション既存のモデルやカスタマイズしたモデルを使用するように設定できます。

  1. モデルの準備: 使用するモデルに Lastdino\Monox\Traits\HasMonoxRelations トレイトを追加します。これにより、Monoxが必要とする関連付けがモデルに追加されます。

  2. 設定の変更: config/monox.phpmodels.department キーを更新して、作成したモデルを指定します。

ルーティング

デフォルトでは /monox プレフィックスでルーティングが登録されます。 設定ファイルの routes.prefix を変更することで、任意のパスに変更可能です。

主なルート:

検査データ連携 API (AIP)

外部システムや検査機器から、シリアル番号(SN)ごとの全数検査データを取り込むための API を提供しています。

エンドポイント

POST /api/monox/v1/inspection/sync

データ構造

リクエストボディの例:

仕様

ライセンス

このパッケージはMITライセンスの下で公開されています。


All versions of monox with dependencies

PHP Build Version
Package Version
Requires php Version ^8.4
laravel/framework Version ^12.0||^13.0
livewire/livewire Version ^4.0
phpoffice/phpspreadsheet Version ^5.4
spatie/laravel-medialibrary Version ^11.17
tuncaybahadir/quar Version ^1.7
spatie/laravel-permission Version ^6.10||^7.0
lastdino/chrome-laravel Version ^0.1.2
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 lastdino/monox contains the following files

Loading the files please wait ...