Skip to content

Commit

Permalink
update dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp0578 committed Jul 19, 2017
1 parent 7f0d0fc commit 9814a72
Show file tree
Hide file tree
Showing 32 changed files with 40 additions and 25 deletions.
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# cheat-sheets
my cheat sheets

1. [symfony](symfony.md "symfony")
1. [symfony](src/symfony.md "symfony")
- [QueryBuilder examples](symfony/QueryBuilder.md "QueryBuilder")
- [RawSQLQuery examples](symfony/RawSQLQuery.md "RawSQLQuery")
- [FormBuilder examples](symfony/FormBuilder.md "FormBuilder")
- [My Bundles Note](symfony/MyBundles.md)
- [Validation Note](symfony/Validation.md)
- [Shortcuts methods](symfony/ShortcutsMethods.md)
2. [chrome extensions](chrome_extensions.md "chrome extensions")
3. [mysql](mysql.md "mysql")
4. [composer](composer.md "mysql")
5. [zend studio](zend_studio.md "zend studio")
6. [guzzle http](guzzlehttp.md "guzzle http")
7. [silex](silex.md "silex")
8. [linux](linux.md "linux")
9. [golang](golang.md "golang")
10. [redis](redis.md "redis")
11. [git](git.md "git")
12. [javascript](javascript.md "javascript")
13. [framework7](framework7.md "framework7")
14. [markdown](markdown.md "markdown")
15. [yii2](yii2.md)
16. [select2](select2.md)
17. [discuz](discuz.md)
18. [destoon](destoon.md)
19. [CodeIgniter](CodeIgniter.md)
20. [cakephp](cakephp.md)
21. [yaf](yaf.md)
22. [yar](yar.md)
23. [PHP](php.md)
24. [PHP code](php_code.md)
2. [chrome extensions](src/chrome_extensions.md "chrome extensions")
3. [mysql](src/mysql.md "mysql")
4. [composer](src/composer.md "mysql")
5. [zend studio](src/zend_studio.md "zend studio")
6. [guzzle http](src/guzzlehttp.md "guzzle http")
7. [silex](src/silex.md "silex")
8. [linux](src/linux.md "linux")
9. [golang](src/golang.md "golang")
10. [redis](src/redis.md "redis")
11. [git](src/git.md "git")
12. [javascript](src/javascript.md "javascript")
13. [framework7](src/framework7.md "framework7")
14. [markdown](src/markdown.md "markdown")
15. [yii2](src/yii2.md)
16. [select2](src/select2.md)
17. [discuz](src/discuz.md)
18. [destoon](src/destoon.md)
19. [CodeIgniter](src/CodeIgniter.md)
20. [cakephp](src/cakephp.md)
21. [yaf](src/yaf.md)
22. [yar](src/yar.md)
23. [PHP](src/php.md)
24. [PHP code](src/php_code.md)
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 16 additions & 1 deletion composer.md → src/composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,19 @@
HTTP_PROXY=http://ip:port && composer self-update
5. 清除缓存

composer clearcache
composer clearcache
6. 关于出现PHP版本异常错误

requires php >=5.6 -> your PHP version (7.1.7) overridden by "config.platform.php" version (5.5.9) does not satisfy that requirement.
删除相关配置项即可:
{
"config": {
"platform":{
"php":"5.5.9"
}
}
}
7. 优化自动加载的文件,提升效率

composer dump-autoload --optimize
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9814a72

Please sign in to comment.