We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee18b7 commit 3602e62Copy full SHA for 3602e62
CONTRIBUTING.md
@@ -0,0 +1,13 @@
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).
0 commit comments