File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
3737 < span > < a href ="customization "> Customization</ a > </ span >
3838 < span > < a href ="events "> Events</ a > </ span >
3939 < span > < a href ="upgrade "> Upgrade</ a > </ span >
40+ < span > < a href ="contribution "> Contribution</ a > </ span >
4041 </ nav >
4142 </ section >
4243
Original file line number Diff line number Diff line change 1+ ## Steps to contribute
2+ 1 . Fork [ unisharp/laravel-filemanager] ( https://github.com/UniSharp/laravel-filemanager ) from GitHub.
3+ 1 . Run commands below:
4+
5+ ```
6+ git clone git@github.com:UniSharp/laravel-filemanager-example-5.3.git
7+ cd laravel-filemanager-example-5.3
8+ composer require unisharp/laravel-filemanager:dev-master
9+ make init
10+ ```
11+ 1. Edit codes in `vendor/unisharp/laravel-filemanager`
12+ 1. Push your changes to your fork.
13+ 1. Send a pull request to [unisharp/laravel-filemanager](https://github.com/UniSharp/laravel-filemanager).
You can’t perform that action at this time.
0 commit comments