Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 549 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 549 Bytes

Steps to contribute

  1. Fork unisharp/laravel-filemanager from GitHub.

  2. Run commands below:

    git clone git@github.com:UniSharp/laravel-filemanager-example-5.3.git
    cd laravel-filemanager-example-5.3
    composer require unisharp/laravel-filemanager:dev-master
    make init
    
  3. Edit codes in vendor/unisharp/laravel-filemanager

  4. Push your changes to your fork.

  5. Send a pull request to unisharp/laravel-filemanager.