Recent Activity
No activity to show

zhongcool
User for 6 years
永久订阅用户
6 years ago 评论 Blade 模板引擎return "<?php echo ($expression)->format('m/d/Y H:i'); ?>"; //这个会报错 PHP5.6 La...
6 years ago 评论 Blade 模板引擎入门篇:数据渲染 & 控制结构@unless ($user->hasPaid()) 用户支付之后才能享受该服务 @endunless 这个应该是: @unless ($user->hasPaid()) 用户没有支...
6 years ago 评论 Blade 模板引擎入门篇:数据渲染 & 控制结构官方文档中:Blade {{ }} statements are automatically sent through PHP's htmlspecialchars function to pr...