A
A
Artur Mamedov2015-07-02 13:43:46
git
Artur Mamedov, 2015-07-02 13:43:46

Laravel 5 packages, how to develop module further?

I installed the package with the pingpong/admin admin panel
But many package files are installed in /vendor
and /vendor is in .gitignore
Question:
How to further develop the installed package? So that you can make commits and carry them with you?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
OnYourLips, 2015-07-02
@OnYourLips

How to further develop the installed package?
Expand the functionality of your application.
The package code cannot be touched.
If you still want to change something in the package (for example, fix bugs), then fork the project on github and make a pull request.

D
dmitriy, 2015-07-02
@dmitriylanets

maybe the solution from here will work What to do with the modified package in the vendor folder?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question