yii2 and composer - save modified extension for future uses -


i added https://telegram-bot-sdk.readme.io/docs extension yii2 application , it's under vendor\irazasyed\... etc.

i made changes in library (or extension whatever is), , want save changes somewhere accessing via composer easy installation.

plus that, added files , classes in namespace , folder structure inside frontend folder, want save them too. if added modified library later on, should add folders , namespaces too. possible?

and don't want publish it, want use myself.

how can this? (i want install composer in future projects)


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -