Advertisement
aboalkhair

Yii2 Advanced Tutorial

Dec 31st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. https://yii2-framework.readthedocs.io/en/stable/guide/tutorial-advanced-app/
  2.  
  3.  
  4. https://github.com/yiisoft/yii2-gii
  5.  
  6. http://localhost/aksous/backend/web/index.php?r=gii
  7.  
  8.  
  9. https://www.yiiframework.com/extension/bootstrap-rtl
  10.  
  11.  
  12.  
  13. .bat:
  14. php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
  15. php -r "if (hash_file('sha384', 'composer-setup.php') === '93b54496392c062774670ac18b134c3b3a95e5a5e5c8f1a9f115f203b75bf9a129d5daa8ba6a13e2cc8a1da0806388a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
  16. php composer-setup.php
  17. php -r "unlink('composer-setup.php');"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement