文章分类 -  php

apache配置laravel index.php的问题
摘要:在lnap环境中,使用apache配置laravel,后面必须要加index.php才能访问成功, 修改方式 在httpd.conf中 <Directory "/Users/qianlulu/www"> 中AllowOverride None 改成AllowOverride All 阅读全文

posted @ 2018-01-30 23:50 小驴phper 阅读(170) 评论(0) 推荐(0)

cakephp报错FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 77 bytes)
摘要:cakephp报错 FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 77 bytes) 开始以为是内存 阅读全文

posted @ 2018-01-23 01:38 小驴phper 阅读(747) 评论(0) 推荐(0)

laravel facades小细节
摘要:事例 Log::info('log',['1111'])方法 config/app.php aliases数组, log的facades路劲 vendor/laravel/framework/src/Illuminate/Support/Facades/log.php 注释有内容\Illuminat 阅读全文

posted @ 2018-01-04 11:41 小驴phper 阅读(73) 评论(0) 推荐(0)

导航