Revision #97 has been created by rackycz on Sep 20, 2019, 6:24:04 PM with the memo:
edit
« previous (#96) next (#98) »
Changes
Title
unchanged
Yii v2 for beginners
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
# Intro
--
Skip this paragraph if you are in hurry :-) ... 8 years ago I started these two tutorials for Yii 1 (they contain info about general things so you can read them as well):
- [https://www.yiiframework.com/wiki/250/yii-for-beginners](https://www.yiiframework.com/wiki/250/yii-for-beginners)
- [https://www.yiiframework.com/wiki/462/yii-for-beginners-2](https://www.yiiframework.com/wiki/462/yii-for-beginners-2)[...]
If you find any problems in my snippets, let me know, please.
# Prerequisities
--
Skip this paragraph if you know how to run your Yii demo project...
I work with Win10 + [XAMPP Server](https://www.apachefriends.org/download.html) so I will expect this configuration. Do not forget to start the server and enable Apache + MySQL in the dialog. Then test that following 2 URLs work for you
- [http://localhost/](http://localhost/)
- [http://localhost/phpmyadmin/](http://localhost/phpmyadmin/)[...]