cerad/symfony
Composer 安装命令:
composer require cerad/symfony
包简介
My Symfony Tweaks
README 文档
README
First attempt at creating a package for my Symfony tweaks
{
"autoload": {
"psr-4": {
"App\\": "src/"
},
"exclude-from-classmap": [
"/vendor/cerad/symfony/src/App/"
]
}
}
Not sure if I need the min-stability or not
Developing against 7.4 to get typed properties.
7.2 does not support them.
Add config/mappings/default directory copy config/packages/doctrine.yaml remove Entity and Repository directories
copy config/services.php remove Controller directory
copy config/routes/annotations.yaml until annotations are disabled or just remove the file
copy config/routes.php
copy App\Home
After adding some additional PSR-4 paths I had to publish a new release and then update the app.
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-13