You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
483 B

  1. 商品模块
  2. ====
  3. ant基础模块之一
  4. Installation
  5. ------------
  6. The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
  7. Either run
  8. ```
  9. php composer.phar require --prefer-dist antgoods/goods "*"
  10. ```
  11. or add
  12. ```
  13. "antgoods/goods": "*"
  14. ```
  15. to the require section of your `composer.json` file.
  16. Usage
  17. -----
  18. Once the extension is installed, simply use it in your code by :
  19. ```php
  20. <?= \antgoods\goods\AutoloadExample::widget(); ?>```