Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 563 Bytes

Steps to contribute

  1. Fork xuandung38/laravel-filemanager from GitHub.

  2. Run commands below:

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

  4. Push your changes to your fork.

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