Blame view

backend/components/noam148/imagemanager/views/default/index.php 274 Bytes
a8aa0f7d   alex   Add new noam148 m...
1
2
3
4
5
6
7
8
9
10
  <?php
  $this->title = "Image manager";
  ?>
  <div class="imagemanager-default-index">
      <p>Welcome to image manager</p>
      <p>Install run migrate:</p>
      <p><code>yii migrate --migrationPath=@noam148/imagemanager/migrations</code></p>
  
      <p><em>By noam148</em></p>
  </div>