Skip to content

RaphaelBronsveld-zz/config-console-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Console Configuration Application

License

Symfony console application to modify a certain config file.

Examples

php raaftisan config test 
// Will return array at test.php

php raaftisan config test.1
// Will return 'secret'

php raaftisan config test.database mysql3
// Sets new value by given key at file app.php in config dir.

php raaftisan config 'filename'.'key' --set 'value'

Copyright/License

Copyright 2016 Raphael Bronsveld - MIT Licensed

About

Small console application to set and get a config file. Following the steps to get an application running.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages