emil-zhivkov/sed-implementation

dev-main 2022-04-27 12:04 UTC

This package is not auto-updated.

Last update: 2024-09-26 21:33:28 UTC


README

#Php Sed

1. 安装 sed (流编辑器)

## 安装

在您的 composer.json 中需要 emil-zhivkov/sed-implementation 包并更新依赖关系

composer require emil-zhivkov/sed-implementation

添加到 config/app.php

 'providers' => [
    Zhivkov\SedImplementation\SedServiceProvider::class
 ]

## 使用

控制台命令

php artisan sed:substitution --search=keyword --replace=keyword --file=full_path_to_file