emil-zhivkov / sed-implementation
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/emil-zhivkov/sed-implementation
This package is not auto-updated.
Last update: 2025-12-19 02:47:26 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