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
Requires
- beyondcode/laravel-server-timing: ~1.0
- eddiriarte/console-select: ~2.0
- fico7489/laravel-pivot: ~3.0
- inertiajs/inertia-laravel: 0.2.*
- jackiedo/dotenv-editor: ^1.0
- laradic/config: ~2.0
- laradic/dependency-sorter: ~1.0
- laradic/generators: ~2.0
- laradic/support: ~2.0
- livewire/livewire: 0.7.*
- madewithlove/illuminate-psr-cache-bridge: ~1.0
- pyro/webpack: ~1.0
- radic/blade-extensions: ~7.3
- symfony/expression-language: ~4.0|~5.0
- symfony/property-access: ~4.0|~5.0
- symfony/serializer: ~4.0|~5.0
- tightenco/ziggy: ~0.8
This package is auto-updated.
Last update: 2024-10-27 16:34:14 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 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
Backend
- Various tweaks, additions & modifications for
anomaly/streams-platform
&laravel/framework
Install
- Install pyro/webpack
composer require pyro/platform
Pyro\Platform\PlatformServiceProvider