bytespin/easyadmin-no-private-plugin
最新稳定版本:1.5
Composer 安装命令:
composer require bytespin/easyadmin-no-private-plugin
包简介
It replaces the `private function __construct` PHP keyword from all EasyAdmin classes by `public function __construct`, so you can call parent constructors when extending a class.
README 文档
README
When using EasyAdmin No Final Composer Plugin, EasyAdmin classes can be inherited. But some contructors remain private...
This project is a Composer plugin that replaces the 'private function __construct' PHP keyword from all EasyAdmin classes by 'public function __construct', so you can call parent constructor when extending a class.
It shares a lot of code from the original EasyAdmin No Final Composer Plugin: https://github.com/EasyCorp/easyadmin-no-final-plugin
Run the following command to install this Composer plugin in your projects:
$ composer require bytespin/easyadmin-no-private-plugin
When does this plugin update EasyAdmin classes?
- Just after installing this Composer plugin;
- Just after installing or updating any EasyAdmin version.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-29