emil-zhivkov/sed-implementation

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

This package is not auto-updated.

Last update: 2025-06-20 00:44:13 UTC


README

#Php Sed

1.Install sed (stream editor)

##Install

Require the emil-zhivkov/sed-implementation package in your composer.json and update your dependencies:

composer require emil-zhivkov/sed-implementation

Add to config/app.php

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

##Usage

Console command

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