- 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 theContainer
provided by theinversify
, a solid dependency injection library. - Provides DI methods a Laravel developer instantly understands:
bind
,singleton
,build
,get
and more - Able to
register
theServiceProvider
classes.
- Platforms
- Various tweaks, additions & modifications for
anomaly/streams-platform
&laravel/framework
- Install pyro/webpack
composer require pyro/platform
Pyro\Platform\PlatformServiceProvider