index.php 889 B

12345678910111213
  1. <?php
  2. return [
  3. 'Title' => 'Title',
  4. 'Auth tips' => 'Unlimited parent-child permission grouping, administrator can belong to multiple groups at the same time',
  5. 'Responsive tips' => 'Based on Bootstrap and AdminLTE, mobile phones, tablets, PCs are automatically adapted',
  6. 'Languages tips' => 'Backend and Frontend support, View and JS share the same language package',
  7. 'Module tips' => 'RequireJS and Bower for frontend package component management,Composer for backend package component management',
  8. 'CRUD tips' => 'One key to generate a controller, model, view and JS file, one key to generate an API document and auth rule',
  9. 'Extension tips' => 'Installed and uninstalled directly online plug-in, supporting the command line one key operation',
  10. 'Do not hesitate' => 'Do not hesitate',
  11. 'Start to act' => 'Start Action',
  12. ];