tourze/easyadmin-no-final-plugin
最新稳定版本:1.0.1
Composer 安装命令:
composer require tourze/easyadmin-no-final-plugin
包简介
It removes the 'final' PHP keyword from all EasyAdmin classes so you can extend those classes in your projects.
README 文档
README
EasyAdmin is designed to not allow class inheritance and that's why all
its classes use the final PHP keyword. This is troublesome for those who want
to extend EasyAdmin classes to add new features.
This project is a Composer plugin that removes the final PHP keyword from all
EasyAdmin classes, so you can extend all of them. It only modifies EasyAdmin
files located in the vendor/ directory of your project. It doesn't change any
other file in your application.
Run the following command to install this Composer plugin in your projects:
$ composer require easycorp/easyadmin-no-final-plugin
When does this plugin update EasyAdmin classes?
- Just after installing this Composer plugin;
- Just after installing or updating any EasyAdmin version.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-02-19