pyro/platform

There is no license information available for the latest version (dev-master) of this package.

dev-master / 1.1.x-dev 2020-05-27 07:23 UTC

This package is auto-updated.

Last update: 2024-03-27 15:22:35 UTC


README

Contains

Frontend

  • Core application for the admin control panel (uses pyro/webpack)

Platforms goal is to match the architecture that Laravel/PyroCMS implement whenever possible. So stuff like the service container, service providers and even the lifecycle have a lot in common.

  • Application
    • Platforms Application extends the Container provided by the inversify, a solid dependency injection library.
    • Provides DI methods a Laravel developer instantly understands: bind, singleton, build, get and more
    • Able to register the ServiceProvider classes.

Backend

  • Various tweaks, additions & modifications for anomaly/streams-platform & laravel/framework

Install

  1. Install pyro/webpack
  2. composer require pyro/platform
  3. Pyro\Platform\PlatformServiceProvider