承接 bytespin/easyadmin-no-private-plugin 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-29